django1/django/contrib/auth/tests
Jacob Kaplan-Moss 2a994716a1 Fixed #10265: fixed a bug when generating a password reset token for a user created on the same request. Thanks, crucialfelix.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10341 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-01 21:25:24 +00:00
..
templates/registration Tests for password change process. Thanks, Mike Richardson. Fixed #8402. 2008-08-23 18:20:49 +00:00
__init__.py Fixed #10460: the logout view can now redirect like the rest of the auth views. Thanks, chronos and steingrd. 2009-04-01 17:02:32 +00:00
basic.py Fixed #8140 -- Made `UserManager.create_superuser` return the new `User` object, based on patch from ericholscher. 2009-03-30 22:00:07 +00:00
forms.py Fixed #10017 - PasswordResetForm.clean_email was not returning the value. 2009-02-26 17:11:28 +00:00
remote_user.py Fixed #689 -- Added a middleware and authentication backend to contrib.auth for supporting external authentication solutions. Thanks to all who contributed to this patch, including Ian Holsman, garthk, Koen Biermans, Marc Fargas, ekarulf, and Ramiro Morales. 2009-03-15 05:54:28 +00:00
tokens.py Fixed #10265: fixed a bug when generating a password reset token for a user created on the same request. Thanks, crucialfelix. 2009-04-01 21:25:24 +00:00
urls.py Fixed #10460: the logout view can now redirect like the rest of the auth views. Thanks, chronos and steingrd. 2009-04-01 17:02:32 +00:00
views.py Fixed #10460: the logout view can now redirect like the rest of the auth views. Thanks, chronos and steingrd. 2009-04-01 17:02:32 +00:00