summaryrefslogtreecommitdiff
path: root/tests/auth_tests/test_tokens.py
Commit message (Expand)AuthorAgeFilesLines
* Reverted "Fixed #28248 -- Fixed password reset tokens being valid for 1 day l...Tim Graham2017-09-251-4/+2
* Fixed #28248 -- Fixed password reset tokens being valid for 1 day longer than...Nick Zaccardi2017-05-291-3/+4
* Fixed #28017 -- Allowed customizing PasswordResetTokenGenerator's secret.jannh2017-05-261-0/+21
* Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz2017-01-181-14/+0
* Fixed #27518 -- Prevented possibie password reset token leak via HTTP Referer...Romain Garrigues2017-01-131-0/+7
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-6/+3
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-3/+2
* Use mock.patch in migrations testsCurtis Maloney2015-04-091-2/+2
* Moved contrib.auth tests out of contrib.Tim Graham2015-02-111-0/+68