1
0
mirror of https://github.com/django/django.git synced 2025-03-31 19:46:42 +00:00
Markus Holtermann f5ff5be2c1
[1.11.x] Fixed -- Fixed KeyError in PasswordResetConfirmView.form_valid().
When a user is already logged in when submitting the password and
password confirmation to reset a password, a KeyError occurred while
removing the reset session token from the session.

Refs 

Thanks Quentin Marlats for the report and Florian Apolloner and Tim
Graham for the review.
2017-02-15 00:38:57 +01:00
..