boonebgorges / buddypress-docs

GNU General Public License v3.0
106 stars 44 forks source link

Loggedin redirects #639

Closed boonebgorges closed 6 years ago

boonebgorges commented 6 years ago

See a3b59fb:

Since https://buddypress.trac.wordpress.org/changeset/11610, logged-in visitors to wp-login.php are redirected by BuddyPress to the URL indicated by the redirect_to parameter. This change conflicts with Docs's behavior, which is to send non-authorized (but authenticated) users to wp-login.php. The current change works around this problem by sending logged-in users to the home page instead.

boonebgorges commented 6 years ago

Thanks for the check, @dcavins ! I accidentally opened this PR against the wrong branch, so I'm going to open a separate one and merge it.