summaryrefslogtreecommitdiff
path: root/django/contrib/auth/tests/forms.py
AgeCommit message (Expand)Author
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-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