summaryrefslogtreecommitdiff
path: root/tests/auth_tests/test_tokens.py
AgeCommit message (Expand)Author
2017-09-25Reverted "Fixed #28248 -- Fixed password reset tokens being valid for 1 day l...Tim Graham
2017-05-29Fixed #28248 -- Fixed password reset tokens being valid for 1 day longer than...Nick Zaccardi
2017-05-26Fixed #28017 -- Allowed customizing PasswordResetTokenGenerator's secret.jannh
2017-01-18Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz
2017-01-13Fixed #27518 -- Prevented possibie password reset token leak via HTTP Referer...Romain Garrigues
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-01-29Refs #26022 -- Used context manager version of assertRaises in tests.Hasan
2015-04-09Use mock.patch in migrations testsCurtis Maloney
2015-02-11Moved contrib.auth tests out of contrib.Tim Graham