case ‘login’ :
default:
$user_login = ”;
$user_pass = ”;
$using_cookie = false;
if ( !isset( $_REQUEST[‘redirect_to’] ) )
$redirect_to = ‘wp-admin/’;
This is in the login page code. Just change the ‘wp-admin/’ to ‘/’ and that should work. It’ll just take them back to the index page.