Modify ↓
#13372 closed defect (fixed)
Redirect to login after submitting password reset request
| Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
|---|---|---|---|
| Priority: | normal | Component: | AccountManagerPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: |
Description
User should be redirected to login after submitting a password reset request. Also, the user isn't directed to change password after login with a reset password.
Attachments (0)
Change History (6)
comment:1 Changed 8 years ago by
| Status: | new → accepted |
|---|
comment:2 Changed 7 years ago by
comment:4 Changed 7 years ago by
Replying to Ryan J Ollos:
Also, the user isn't directed to change password after login with a reset password.
There is logic that forces the password change, but it isn't working correctly with password_store = HtDigestHashMethod, ResetPwStore. It appears that we shouldn't include ResetPwStore in password_store.
I concluded ResetPasswdStore was needed in password_store while investigating #11869, but it appears that we may just need more changes in addition to r16329 in order to get password reset working correctly.
comment:6 Changed 7 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.



In 17227: