django/tests/auth_tests
Markus Holtermann b9b35f9efa
Fixed #27840 -- 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 #17209

Thanks Quentin Marlats for the report and Florian Apolloner and Tim
Graham for the review.
2017-02-15 00:35:04 +01:00
..
fixtures
models Refs #23919 -- Stopped inheriting from object to define new style classes. 2017-01-19 08:39:46 +01:00
templates Fixed spelling of "nonexistent". 2017-02-03 08:01:45 -05:00
__init__.py
backend_alias.py
client.py
common-passwords-custom.txt
settings.py
test_admin_multidb.py
test_auth_backends.py
test_auth_backends_deprecation.py
test_basic.py
test_checks.py
test_context_processors.py Fixed spelling of "nonexistent". 2017-02-03 08:01:45 -05:00
test_decorators.py Fixed spelling of "nonexistent". 2017-02-03 08:01:45 -05:00
test_deprecated_views.py Fixed spelling of "nonexistent". 2017-02-03 08:01:45 -05:00
test_forms.py Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
test_handlers.py
test_hashers.py
test_management.py Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
test_middleware.py
test_mixins.py Fixed spelling of "nonexistent". 2017-02-03 08:01:45 -05:00
test_models.py
test_remote_user.py
test_signals.py
test_templates.py
test_tokens.py
test_validators.py
test_views.py Fixed #27840 -- Fixed KeyError in PasswordResetConfirmView.form_valid(). 2017-02-15 00:35:04 +01:00
urls.py
urls_admin.py
urls_custom_user_admin.py
urls_deprecated.py