Problem/Motivation
Guardian forces users to log out after a period of inactivity. This process is skipped when resetting the password, for example using drush uli or a one-time login URL. However, this is implemented as a path check instead of the route.
As a result, using drush uli after a period of inactivity does not log you in correctly on projects using a language prefix.
Steps to reproduce
- Install a configurable language Dutch and set a language prefix 'nl'
- Try and login using
drush uliafter a period of inactivity that would log you out
Proposed resolution
Do not logout when resetting password on projects with a language prefix
Remaining tasks
- Write a merge request
- Review
- Commit
User interface changes
None
API changes
None
Data model changes
None
Issue fork guardian-3615825
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
amangupta commentedworking on it
Comment #4
amangupta commentedComment #8
idebr commented