Redirect to "my_account" page isn't performed when "Remember Login" checkbox is checked on login form
Components
Labels
Description
Context Information
Additional information (do not use)
Attachments
Activity
Alex September 19, 2011 at 9:08 PM
Closing, since 5.1.3 release has been released.
Alex September 3, 2011 at 2:38 PM
Fix committed to [b]5.1.x branch/b. Commit Message:
Fixes #0001099: Redirect to "my_account" page isn't performed when "Remember Login" checkbox is checked on login form
Dmitry Andrejev September 2, 2011 at 10:29 PM
Tested good, please commit
Alex August 24, 2011 at 7:16 AM
For example do this:
1. open "My Links" page, while you're logged in
2. copy that url to clipboard
3. perform logout
4. paste url from clipboard into browser and open it
5. witness, that you're got redirected to "login/register page" and "next_template" parameter in url indicates original page url (from clipboard)
6. after you perform login you'll end up on correct page (that one from clipboard)
Without this patch applied try clicking "Remember Login" checkbox and do the same as above. You'll end up on same "login/register page" or on "home page" instead of correct page (6th item redirect broken).
Dmitry Andrejev August 23, 2011 at 11:02 PM
Not sure what is the difference here in the patch between the old one and new.
Priority
Assignee
Reporter
Developer
Change Log Message
Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
In-Portal a "Remember Login" checkbox on Front-end login form. It keeps user logged-in for a 1 month. It's very useful when:
you work with a website a lot
using a computer in a non-public area
don't won't to login every time you open a browser
When you are trying to access a login-required page (page, that requires user to be logged-in before accessing that page), then you are redirected to a login page and after a successful login you got redirected back to a page you were intended to visit.
Unfortunately this doesn't work, when "Remember Login" checkbox is checked on that login form.