summaryrefslogtreecommitdiff
path: root/django/contrib/auth/forms.py
AgeCommit message (Expand)Author
2014-12-26Fixed #23948 -- Moved password help text from the template to the form.Tim Graham
2014-12-03Removed redundant numbered parameters from str.format().Berker Peksag
2014-09-03Fixed #23409 -- Extract PasswordResetForm.get_users method.Carl Meyer
2014-08-15Fixed #23162 -- Renamed forms.Field._has_changed() to has_changed().Gabriel Muñumel
2014-07-21Replaced instances of 'his/her' with 'their'.Iain Dawson
2014-07-10Fixed #13147 -- Moved User validation logic from form to model.Yin Jifeng
2014-06-10Fixed #17431 -- Added send_mail() method to PasswordResetForm.Jorge C. Leitão
2014-03-29Fixed #22329 -- Used label_tag() in some admin auth templates.Tim Graham
2014-01-26Moved RequestSite and get_current_site.Aymeric Augustin
2013-12-26Removed a few gratuitous lambdas.Aymeric Augustin
2013-12-14Fixed E127 pep8 warnings.Loic Bistuer
2013-10-19Fixed #21291 -- Ensured inactive users cannot reset their passwordsClaude Paroz
2013-09-24Revert "Ensure that passwords are never long enough for a DoS."Florian Apolloner
2013-09-16Fixed #17627 -- Renamed util.py files to utils.pyTim Graham
2013-09-15Ensure that passwords are never long enough for a DoS.Russell Keith-Magee
2013-08-30Fixed #20989 -- Removed useless explicit list comprehensions.Simon Charette
2013-08-05Fixed #20832 -- Enabled HTML password reset emailJustin Michalicek
2013-08-04Deprecated SortedDict (replaced with collections.OrderedDict)Curtis Maloney
2013-07-31Fixed #12103 -- Added AuthenticationForm.confirm_login_allowed to allow custo...Tim Graham
2013-07-23Fixed #19019 -- Fixed UserAdmin to log password change.Kirill Fomichev
2013-06-29More import removalsClaude Paroz
2013-06-28Removed AuthenticationForm.check_for_test_cookie() as per deprecation TL.Ramiro Morales
2013-06-26Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk.Tim Graham
2013-06-18Fixed #20079 -- Improve security of password reset tokensErik Romijn
2013-06-18Fixed #20199 -- Allow ModelForm fields to override error_messages from model ...Loic Bistuer
2013-05-26Replaced `and...or...` constructs with PEP 308 conditional expressions.Ramiro Morales
2013-05-16Fixed #20357 -- Allow empty username field label in `AuthentificationForm`.Mark Huang
2013-05-09Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...Luke Plant
2013-02-23Fixed #15198 -- pass request to AuthenticationFormPreston Holmes
2013-02-23Removed superfluous cookie check from auth login.Preston Holmes
2013-02-23Fixed #19758 -- Avoided leaking email existence through the password reset form.Horst Gutmann
2013-01-25Fixed #18460 -- Fixed change detection of ReadOnlyPasswordHashFieldClaude Paroz
2013-01-22Fixed #19596 -- Use `_default_manager` instead of `objects` in the auth app.Florian Apolloner
2013-01-10Fixed #19573 -- Allow override of username field label in AuthenticationFormNick Sandford
2012-12-15Fixed #19368 -- Ensured that login error messages adapt to changes in the Use...Russell Keith-Magee
2012-12-01Fixed #19349 -- Fixed re-rendering of ReadOnlyPasswordHashWidgetClaude Paroz
2012-11-29Fixed #19354 -- Do not assume usermodel.pk == usermodel.idClaude Paroz
2012-10-28Fixed #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