This behaviour applies to almost all users except level 0s. To have it also for them just comment out the following line in wp-login.php:
if ( 0 == $user->user_level )
$redirect_to = get_settings(‘siteurl’) . ‘/wp-admin/profile.php’;
This behaviour applies to almost all users except level 0s. To have it also for them just comment out the following line in wp-login.php:
if ( 0 == $user->user_level )
$redirect_to = get_settings(‘siteurl’) . ‘/wp-admin/profile.php’;
I think that´s a better solution than always redirecting them to the main page.