summaryrefslogtreecommitdiff
path: root/django/contrib/auth/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-08-05Cleaned up whitespaceLuke Plant
2008-08-04Fixed #8901 -- Corrected typo in docstring. Thanks to Hayley Bonham <djangoco...Russell Keith-Magee
2008-08-01Fixed #3062 - removed arbitrary and unneeded max_length on password fields in...Luke Plant
2008-07-31Fixed #7723 - implemented a secure password reset form that uses a token and ...Luke Plant
2008-07-31Fixed #8042 -- Modified the password reset form so that the email field lengt...Russell Keith-Magee
2008-07-22Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co...Adrian Holovaty
2008-07-19Fixed #7741: django.newforms is now django.forms. This is obviously a backwar...Jacob Kaplan-Moss
2008-07-18Merged the newforms-admin branch into trunk.Brian Rosner
2007-10-27Fixed #5798 -- Added a missing translation marker. Thanks, maru.Malcolm Tredinnick
2007-08-05Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...Gary Wilson Jr
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-06-19Fixed behaviour of contrib.auth.forms.PasswordResetForm when more thanLuke Plant
2007-02-11Fixed #3162 -- Added coded to catch and rethrow exceptions that are thrown by...Russell Keith-Magee
2006-12-30Fixed #3166 -- Added admin 'Change user password' view. Thanks for the patch,...Adrian Holovaty
2006-12-15Copied django.forms to django.oldforms and changed all code to reference djan...Adrian Holovaty
2006-10-17Fixes #2915 -- Fixed typo in validation error message. Thanks, Matt Riggott.Russell Keith-Magee
2006-09-26Removed an unnecessary import from r3857. I'd forgotten that _() was put intoMalcolm Tredinnick
2006-09-26Fixed #2816 -- Marked a couple more translatable strings. Thanks, ramiro.Malcolm Tredinnick
2006-09-25fixed #2731: updated password change form to allow translationGeorg Bauer
2006-08-04Fixed #61 -- No more editing hashes when creating users via the admin. Create...Adrian Holovaty
2006-07-27Fixed #2375 -- Changed password_reset auth view to make e-mail template name ...Adrian Holovaty
2006-06-28Merged multi-auth branch to trunk. See the authentication docs for the ramif...Jacob Kaplan-Moss
2006-06-02Fixed #1991 -- Changed AuthenticationForm to disallow users with is_active=Fa...Adrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty