Directly in the login.php. I edited the original code to reflect the new.
Original code was...
if ( ( empty( $redirect_to ) || $redirect_to == 'wp-admin/' || $redirect_to == admin_url() ) ) {
// If the user doesn't belong to a blog, send the…
I did some digging through code, and changed the login.php redirect so that it goes to a specific page and it works fine. Some reason wp-admin/profile.php doesn't do anything. Not sure if its because I run bbpress or buddypress, among other things. …
I think the problem sits where its trying to access the WP-Admin when the user isn't an admin. These are non admin accounts that are attempting to login. I have no problems logging in being a full admin and if I set an account that's having this pro…
Still getting the redirect error when using a standard account. Facebook works fine now though. When logging into a standard account, it redirects to https://www.domain.com/wp-admin/profile.php which is a white page.