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