Hi,
It appears that the module also redirects the user when coming from a password reset link with token. This prevents users from resetting their passwords unless they know their current password.
Marking this as major as it's affecting core functionality.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | login-redirect-per-role-ignore-password-reset-3033796-4.patch | 1.94 KB | scott_euser |
Comments
Comment #2
baikho commentedAdding relevant issue in similar Redirect after login module
The module also seems to redirect on a per role basis, so we might just switch to that module. See also https://www.drupal.org/project/login_redirect_per_role/issues/3001161
Comment #3
baikho commentedComment #4
scott_euser commentedPatch added covering full password reset process.
Comment #5
mortona2k commentedThanks very much, this looks good to me.
It's simply checking the route and skips redirecting if it matches:
user.reset
user.reset.login
user.reset.form
Comment #7
antonnaviComment #8
pratik.mehta19 commented