index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
auth_tests
/
test_tokens.py
Age
Commit message (
Expand
)
Author
2020-10-22
Fixed #32130 -- Fixed pre-Django 3.1 password reset tokens validation.
Mariusz Felisiak
2020-10-21
Fixed #26615 -- Made password reset token invalidate when changing email.
Jacob Walls
2020-08-04
Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting.
Mariusz Felisiak
2020-03-12
Fixed random auth_tests.test_tokens.TokenGeneratorTest.test_timeout failures.
Mariusz Felisiak
2020-02-12
Refs #27468 -- Made PasswordResetTokenGenerator use SHA-256 algorithm.
Claude Paroz
2020-01-29
Made token tests in auth_tests use assertIs() rather than assertTrue/False().
Jon Dufresne
2019-11-13
Fixed random auth_tests.test_tokens.TokenGeneratorTest.test_10265 failures.
Mariusz Felisiak
2019-11-13
Moved MockedPasswordResetTokenGenerator outside of TokenGeneratorTest.test_ti...
Mariusz Felisiak
2019-09-20
Fixed #28622 -- Allowed specifying password reset link expiration in seconds ...
Hasan Ramezani
2017-09-25
Reverted "Fixed #28248 -- Fixed password reset tokens being valid for 1 day l...
Tim Graham
2017-05-29
Fixed #28248 -- Fixed password reset tokens being valid for 1 day longer than...
Nick Zaccardi
2017-05-26
Fixed #28017 -- Allowed customizing PasswordResetTokenGenerator's secret.
jannh
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-13
Fixed #27518 -- Prevented possibie password reset token leak via HTTP Referer...
Romain Garrigues
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2015-04-09
Use mock.patch in migrations tests
Curtis Maloney
2015-02-11
Moved contrib.auth tests out of contrib.
Tim Graham