summaryrefslogtreecommitdiff
path: root/django/contrib/auth/forms.py
AgeCommit message (Expand)Author
2013-01-22[1.5.X] Fixed #19596 -- Use `_default_manager` instead of `objects` in the au...Florian Apolloner
2013-01-10[1.5.x] Fixed #19573 -- Allow override of username field label in Authenticat...Nick Sandford
2012-12-15[1.5.X] Fixed #19368 -- Ensured that login error messages adapt to changes in...Russell Keith-Magee
2012-12-01[1.5.x] Fixed #19349 -- Fixed re-rendering of ReadOnlyPasswordHashWidgetClaude Paroz
2012-11-29[1.5.x] Fixed #19354 -- Do not assume usermodel.pk == usermodel.idClaude Paroz
2012-10-28[1.5.x] Fixed #19061 -- added is_active attribute to AbstractBaseUserPreston Holmes
2012-10-20Fixed #19133 -- Corrected regression in form handling for user passwords.Russell Keith-Magee
2012-10-16Fixed #19130 -- Made some of the auth forms more flexible for user models.Russell Keith-Magee
2012-10-13Fixed #19077, #19079 -- Made USERNAME_FIELD a required field, and modified Us...Russell Keith-Magee
2012-09-26Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mailAdrien Lemaire
2012-09-26Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee
2012-09-12Fixed #18182 -- Made is_usable_password check if hashing algorithm is correctClaude Paroz
2012-09-04Negligible spacing fix in auth/forms.pyAdrian Holovaty
2012-08-04Fixed #7833 -- Improved UserCreationForm password validationClaude Paroz
2012-07-14Fixed auth to not use an internal implementation detail of SortedDictAlex Gaynor
2012-07-07Fixed a regression in the user admin page introduced in a92e7f37c4ae84b6b8d80...Florian Apolloner
2012-07-03Changed a lot of internal code to use 'format_html' where appropriate/possibleLuke Plant
2012-06-06Fixed #18184 -- Moved algorithm identification code to hashers moduleClaude Paroz
2012-06-06Delayed encoding of password and salt in password checking.Claude Paroz
2012-03-23Reverted the introduction of a translation string in r17775 as it happened af...Jannis Leidel
2012-03-22Fixed #17944 -- Prevented an error in the user change page of the admin when ...Aymeric Augustin
2012-03-12Fixed #17777. Unsalted MD5 display widget correction.Paul McMillan
2012-01-02Slightly improved the help text for the "Password" field in the `auth.User` a...Julien Phalip
2011-12-24Fixed #17457 -- Marked strings used in hash descriptions for translation.Aymeric Augustin
2011-12-23Renovated password hashing. Many thanks to Justine Tunney for help with the i...Paul McMillan
2011-12-17Explained why UserCreationForm performs custom validation of usernames. Refs ...Aymeric Augustin
2011-12-15Fixed #17194 -- Made sure the auth form tests work if a language other than E...Jannis Leidel
2011-12-09Fixed #16845 -- Admin 'Change user' page no longer shows the password hash. T...Adrian Holovaty
2011-10-14Remove the usage of deprecated function in Django. Also simplify the fallback...Alex Gaynor
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-06-26Fixed #14674 -- Prevent user accounts with an unusable password from resettin...Jannis Leidel
2011-06-19Fixed #12202 -- Removed hardcoded password reset subject and added a subject_...Jannis Leidel
2011-04-01Changed e-mail to email throughout documentation and codebase. The one except...Adrian Holovaty
2011-03-14Fixed #9213 - Added check to prevent inactive users from resetting their pass...Carl Meyer
2010-12-02Fixed #8342 -- Removed code from the admin that assumed that you can't login ...Jannis Leidel
2010-10-04Fixed #14386, #8960, #10235, #10909, #10608, #13845, #14377 - standardize Sit...Luke Plant
2010-09-12Permit custom from-email address in auth forms email.Malcolm Tredinnick
2010-09-09Fixed #14242 - UserChangeForm subclasses without 'user_permissions' field cau...Luke Plant
2010-09-03Fixed #14090 - Many sql queries needed to display change user formLuke Plant
2010-03-15Fixed #13000 - Use a dictionary for the error messages definition in user cre...Jannis Leidel
2010-03-01Fixed #5786: relaxed the validation for usernames to allow more common charac...Jacob Kaplan-Moss
2010-01-12Make use of new ability to override admin add form templates and removed a li...Jannis Leidel
2010-01-12Fixed #12512. Changed ModelForm to stop performing model validation on fields...Joseph Kocherhans
2010-01-05Merged soc2009/model-validation to trunk. Thanks, Honza!Joseph Kocherhans
2009-02-26Fixed #10017 - PasswordResetForm.clean_email was not returning the value.Luke Plant
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