summaryrefslogtreecommitdiff
path: root/django/contrib/auth/tests/views.py
AgeCommit message (Expand)Author
2008-08-27Fixed #8552 -- Use the LOGIN_REDIRECT_URL setting in the auth tests, rather t...Malcolm Tredinnick
2008-08-23Tests for password change process. Thanks, Mike Richardson. Fixed #8402.Malcolm Tredinnick
2008-07-31Fixed #7723 - implemented a secure password reset form that uses a token and ...Luke Plant