User Profile being stripped from referrer on interupt screen
-
When linking users (e.g. from email) to their profile page, the URL is /user.
When hitting the link, a 302 redirect is pushing them back to the login screen (as expected). However, for the /user URL the redirect_to query string it is being truncated back to the base url.
All other URLs work fine, it’s only the /user that isn’t working.
Another side-effect of this is that the 302 redirect is being cached so from now on anytime that user (during that subsequent logged in session) tries to visit their Profile page they are redirected back to the homepage.
The page I need help with: [log in to see the link]
- The topic ‘User Profile being stripped from referrer on interupt screen’ is closed to new replies.