summaryrefslogtreecommitdiff
path: root/django/contrib/auth/tests
AgeCommit message (Expand)Author
2009-05-04Fixed #10521 -- Modified the Remote User tests so that it isn't dependent on ...Russell Keith-Magee
2009-04-19Fixed #8752 -- Fixed django.contrib.auth tests to be locale-independent.Malcolm Tredinnick
2009-04-10Fixed #10747: fixed the auth tests to ignore broken user-supplied login/logou...Jacob Kaplan-Moss
2009-04-05Fixed a sloppy test auth test. [10400] revealed that the auth test was relyin...Jacob Kaplan-Moss
2009-04-01Fixed #10265: fixed a bug when generating a password reset token for a user c...Jacob Kaplan-Moss
2009-04-01Fixed #10460: the logout view can now redirect like the rest of the auth view...Jacob Kaplan-Moss
2009-04-01Fixed #9881: Added the to the login view context, not just the site's name. ...Jacob Kaplan-Moss
2009-03-31Fixed #10553 -- Corrected several uses of `URLconf` in documentation and comm...Gary Wilson Jr
2009-03-30Fixed #8140 -- Made `UserManager.create_superuser` return the new `User` obje...Gary Wilson Jr
2009-03-15Fixed #689 -- Added a middleware and authentication backend to contrib.auth f...Gary Wilson Jr
2009-02-26Fixed #10017 - PasswordResetForm.clean_email was not returning the value.Luke Plant
2008-11-06Fixed #6160, #9111 -- Consistently apply conditional_escape to form errors an...Karen Tracey
2008-08-27Fixed #8552 -- Use the LOGIN_REDIRECT_URL setting in the auth tests, rather t...Malcolm Tredinnick
2008-08-25Fixed #8379: the admin user change form now properly validates the username. ...Jacob Kaplan-Moss
2008-08-25Fixed #7833: the user creation form now works when password1 isn't set.Jacob Kaplan-Moss
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
2008-07-18Merged the newforms-admin branch into trunk.Brian Rosner