summaryrefslogtreecommitdiff
path: root/django/contrib/auth/tests/tokens.py
AgeCommit message (Expand)Author
2013-04-02Modified auth to work with unittest2 discovery.Preston Timmons
2012-09-26Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee
2012-08-14[py3] Fixed contrib.auth testsClaude Paroz
2012-02-16Fix broken test introduced by r17526.Paul McMillan
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-03-30Removed Django 1.2 compatibility fallback for password reset hashLuke Plant
2011-03-28Removed a bunch of Python 2.4 workarounds now that we don't support it. Refs ...Adrian Holovaty
2010-12-23Fix a security issue in the auth system. Disclosure and new release forthcoming.Alex Gaynor
2010-10-14Fixed #14445 - Use HMAC and constant-time comparison functions where needed.Luke Plant
2010-10-10Converted contrib/auth/tokens doctests to unittests. We've always said "no m...Luke Plant
2009-04-01Fixed #10265: fixed a bug when generating a password reset token for a user c...Jacob Kaplan-Moss
2008-07-31Fixed #7723 - implemented a secure password reset form that uses a token and ...Luke Plant