Password reset: `post_reset_login` throws KeyError if user already logged in
When the option post_reset_login
of PasswordResetConfirmView
is set to True
, it throws KeyError
when the user is already logged in. I think you should check if the user is not already logged in before logging in him to avoid this error.
Change History
(5)
Owner: |
changed from nobody to Markus Holtermann
|
Severity: |
Normal → Release blocker
|
Status: |
new → assigned
|
Triage Stage: |
Unreviewed → Accepted
|
Triage Stage: |
Accepted → Ready for checkin
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|