summaryrefslogtreecommitdiff
path: root/django/contrib/auth/forms.py
Commit message (Expand)AuthorAgeFilesLines
* [1.11.x] Fixed CVE-2019-19844 -- Used verified user email for password reset ...Simon Charette2019-12-181-4/+26
* [1.11.x] Fixed CVE-2018-6188 -- Fixed information leakage in AuthenticationForm.Tim Graham2018-02-011-9/+0
* [1.11.x] Fixed #28645 -- Reallowed AuthenticationForm to raise the inactive u...shanghui2017-11-081-0/+9
* Fixed #15667 -- Added template-based widget rendering.Preston Timmons2016-12-271-18/+12
* Fixed #25966 -- Made get_user_model() work at import time.Aymeric Augustin2016-11-251-2/+2
* Fixed #20705 -- Allowed using PasswordResetForm with user models with an emai...levental2016-09-271-4/+7
* Fixed #25187 -- Made request available in authentication backends.Aleksej Manaev2016-09-121-1/+1
* Fixed #26097 -- Added password_validators_help_text_html to UserCreationForm.Alexander Gaevsky2016-09-101-0/+1
* Fixed #27136 -- Changed auth forms' autofocus attribute to HTML5 boolean syntax.Jon Dufresne2016-08-281-4/+4
* Replaced property() usage with decorator in several places.Berker Peksag2016-08-251-2/+2
* Fixed #27111 -- Fixed KeyError if USERNAME_FIELD isn't in UserCreationForm.fi...Berker Peksag2016-08-241-1/+2
* Fixed #26951 -- Allowed AuthenticationForm to work with a username of 0.Olexander Yermakov2016-08-101-1/+1
* Refs #21379 -- Normalized unicode username inputsClaude Paroz2016-05-161-1/+10
* Fixed E128 flake8 warnings in django/.Tim Graham2016-04-081-31/+48
* Fixed #26381 -- Made UserCreationForm reusable with custom user models that d...Berker Peksag2016-03-211-1/+1
* Fixed #26334 -- Removed whitespace stripping from contrib.auth password fields.Vincenzo Pandolfo2016-03-141-1/+8
* Fixed #25165 -- Removed inline JavaScript from the admin.Thomas Grainger2015-12-051-4/+13
* Fixed #24944 -- Added extra_email_context parameter to password_reset() view.sujayskumar2015-09-181-2/+4
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-1/+0
* Reworded contrib.auth forms' password confirmation help_text.Wim Feijen2015-07-201-2/+2
* Fixed #25052; refs #16860 -- Added password validation to UserCreationForm.Tim Graham2015-07-201-0/+2
* Refs #16860 -- Moved password_changed() logic to AbstractBaseUser.Tim Graham2015-07-201-2/+0
* Fixed #16860 -- Added password validation to django.contrib.auth.Erik Romijn2015-06-071-4/+14
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-131-1/+1
* Refs #15779 -- Fixed UserChangeForm regression introduced by 1791a7e75Claude Paroz2015-03-281-1/+1
* Fixed #5986 -- Added ability to customize order of Form fieldsThomas Tanner2015-03-161-7/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-6/+7
* Removed contrib.auth.forms.mask_password()Tim Graham2015-02-021-9/+0
* Fixed #23948 -- Moved password help text from the template to the form.Tim Graham2014-12-261-4/+9
* Removed redundant numbered parameters from str.format().Berker Peksag2014-12-031-2/+2
* Fixed #23409 -- Extract PasswordResetForm.get_users method.Carl Meyer2014-09-031-8/+13
* Fixed #23162 -- Renamed forms.Field._has_changed() to has_changed().Gabriel Muñumel2014-08-151-1/+1
* Replaced instances of 'his/her' with 'their'.Iain Dawson2014-07-211-4/+4
* Fixed #13147 -- Moved User validation logic from form to model.Yin Jifeng2014-07-101-28/+0
* Fixed #17431 -- Added send_mail() method to PasswordResetForm.Jorge C. Leitão2014-06-101-11/+22
* Fixed #22329 -- Used label_tag() in some admin auth templates.Tim Graham2014-03-291-0/+1
* Moved RequestSite and get_current_site.Aymeric Augustin2014-01-261-1/+1
* Removed a few gratuitous lambdas.Aymeric Augustin2013-12-261-1/+5
* Fixed E127 pep8 warnings.Loic Bistuer2013-12-141-2/+2
* Fixed #21291 -- Ensured inactive users cannot reset their passwordsClaude Paroz2013-10-191-2/+3
* Revert "Ensure that passwords are never long enough for a DoS."Florian Apolloner2013-09-241-35/+13
* Fixed #17627 -- Renamed util.py files to utils.pyTim Graham2013-09-161-1/+1
* Ensure that passwords are never long enough for a DoS.Russell Keith-Magee2013-09-151-13/+35
* Fixed #20989 -- Removed useless explicit list comprehensions.Simon Charette2013-08-301-2/+2
* Fixed #20832 -- Enabled HTML password reset emailJustin Michalicek2013-08-051-2/+7
* Deprecated SortedDict (replaced with collections.OrderedDict)Curtis Maloney2013-08-041-2/+3
* Fixed #12103 -- Added AuthenticationForm.confirm_login_allowed to allow custo...Tim Graham2013-07-311-5/+20
* Fixed #19019 -- Fixed UserAdmin to log password change.Kirill Fomichev2013-07-231-0/+8
* More import removalsClaude Paroz2013-06-291-2/+0
* Removed AuthenticationForm.check_for_test_cookie() as per deprecation TL.Ramiro Morales2013-06-281-4/+0