#30952: KeyError: '_password_reset_token' during password reset
-----------------------------------------+------------------------
Reporter: defigor | Owner: nobody
Type: Uncategorized | Status: new
Component: contrib.auth | Version: 2.1
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-----------------------------------------+------------------------
We are started to get the following exception, when users are trying to
reset the password:
KeyError: '_password_reset_token'
django/contrib/sessions/backends/base.py in __delitem__ at line 62
django/contrib/auth/views.py in form_valid at line 300
django/views/generic/edit.py in post at line 142
django/views/generic/base.py in dispatch at line 88
django/contrib/auth/views.py in dispatch at line 270
django/views/decorators/cache.py in _wrapped_view_func at line 44
django/utils/decorators.py in _wrapper at line 45
django/views/decorators/debug.py in sensitive_post_parameters_wrapper at
line 76
django/utils/decorators.py in _wrapper at line 45
django/views/generic/base.py in view at line 68
django/core/handlers/base.py in _get_response at line 124
django/core/handlers/base.py in _get_response at line 126
django/core/handlers/exception.py in inner at line 34
It doesn't happen every time and we were unable to reproduce locally, but
it has already happened to our customers more than 300 times on our
production system.
Have anyone seen this issue?
Django version is 2.1.10
Please let me know if I need to provide any other information?
--
Ticket URL: <https://code.djangoproject.com/ticket/30952>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/050.7b1a43f25b34d02d4b6a2e1d7e96b798%40djangoproject.com.