OK, I tried using a number of different plugins to get this done, but basically if you go into the wp-login.php file and edit it. You simply need to find the code that says:
$redirect_to = get_option('siteurl') . '/wp-admin/profile.php';
and edit it to become:
$redirect_to = get_option('siteurl') . '/';
It worked for me.