index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
auth
/
forms.py
Age
Commit message (
Expand
)
Author
2026-02-27
Fixed #34643 -- Moved inputs beneath labels and errors in admin forms.
antoliny0919
2025-10-14
Refs #31223 -- Added __class_getitem__() to SetPasswordMixin.
Thibaut Decombe
2025-04-17
Fixed #35959 -- Displayed password reset button in admin only when user has s...
Sarah Boyce
2025-04-17
Refs #35959 -- Added render_password_as_hash auth template tag for password r...
Sarah Boyce
2025-02-01
Fixed #36140 -- Allowed BaseUserCreationForm to define non required password ...
nessita
2025-01-13
Fixed #36087 -- Supported password reset on a custom user model with a compos...
Sarah Boyce
2024-11-15
Refs #28215 -- Marked auth form passwords as sensitive variables.
GappleBee
2024-09-03
Fixed CVE-2024-45231 -- Avoided server error on password reset when email sen...
Natalia
2024-08-19
Fixed #35678 -- Removed "usable_password" field from BaseUserCreationForm.
Natalia
2024-05-30
Fixed #35477 -- Corrected 'required' errors in auth password set/change forms.
Fabian Braun
2024-03-27
Fixed #34977 -- Improved accessibility in the UserChangeForm by replacing the...
Fabian Braun
2024-02-20
Fixed #34429 -- Allowed setting unusable passwords for users in the auth forms.
Fabian Braun
2024-02-20
Refs #34429 -- Created `SetPasswordMixin` to reuse password validation logic ...
Fabian Braun
2023-11-01
Fixed CVE-2023-46695 -- Fixed potential DoS in UsernameField on Windows.
Mariusz Felisiak
2023-03-28
Fixed #34438 -- Reallowed extending UserCreationForm.
Gary Jarrel
2022-12-29
Fixed #25617 -- Added case-insensitive unique username validation in UserCrea...
Paul Schilling
2022-11-29
Fixed #34187 -- Made UserCreationForm save many-to-many fields.
sdolemelipone
2022-11-11
Fixed typo in SetPasswordForm()'s docstring.
Vasiliy Ivanov
2022-10-27
Fixed #34066 -- Fixed link to password reset view in UserChangeForm.password'...
Simon Kern
2022-10-26
Completed test coverage for contrib.auth.forms.
Marcelo Galigniana
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-05-19
Fixed #32765 -- Removed "for" HTML attribute from ReadOnlyPasswordHashWidget.
David Sanders
2020-12-03
Fixed #32235 -- Made ReadOnlyPasswordHashField disabled by default.
Timo Ludwig
2020-10-28
Made small readability improvements.
Martin Thoma
2020-04-28
Changed django.forms.ValidationError imports to django.core.exceptions.Valida...
François Freitag
2019-12-18
Fixed CVE-2019-19844 -- Used verified user email for password reset requests.
Simon Charette
2019-11-11
Fixed #30977 -- Optimized PasswordResetForm.save() a bit.
Hasan Ramezani
2019-09-18
Fixed #30776 -- Restored max length validation on AuthenticationForm.Username...
Sam Reynolds
2019-09-02
Refs #29379 -- Moved autocomplete attribute to UsernameField.
Nick Pope
2019-06-28
Fixed #30400 -- Improved typography of user facing strings.
Jon Dufresne
2019-06-07
Fixed #29379 -- Added autocomplete attribute to contrib.auth.forms fields.
Hasan Ramezani
2019-03-29
Fixed #30236 -- Made UsernameField render with autocapitalize="none" HTML att...
pmisteli
2018-10-10
Refs #27795 -- Removed force_bytes() usage from django/utils/http.py.
Jon Dufresne
2018-10-01
Fixed #29809 -- Fixed a crash when a "view only" user POSTs to the admin user...
Tim Graham
2018-10-01
Fixed CVE-2018-16984 -- Fixed password hash disclosure to admin "view only" u...
Carlton Gibson
2018-07-02
Fixed #29449 -- Reverted "Fixed #28757 -- Allowed using contrib.auth forms wi...
Tim Graham
2018-03-29
Fixed #29270 -- Fixed UserChangeForm crash if password field is excluded.
Malte Gerth
2018-02-14
Removed AuthenticationForm.get_user_id().
Tim Graham
2018-02-01
Fixed CVE-2018-6188 -- Fixed information leakage in AuthenticationForm.
Tim Graham
2018-01-05
Fixed #28757 -- Allowed using contrib.auth forms without installing contrib.a...
shanghui
2017-12-11
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-11-08
Fixed #28645 -- Reallowed AuthenticationForm to raise the inactive user error...
shanghui
2017-10-23
Fixed #28706 -- Moved AuthenticationFormn invalid login ValidationError to a ...
Jon Dufresne
2017-10-20
Fixed #27515 -- Made AuthenticationForm's username field use the max_length f...
Lucas Connors
2017-06-21
Fixed #28127 -- Allowed UserCreationForm's password validation to check all u...
Andrew Pinkham
2017-05-27
Fixed #28249 -- Removed unnecessary dict.keys() calls.
Jon Dufresne
2017-04-22
Fixed #28100 -- Removed link in UserChangeForm.password's translatable help_text
Claude Paroz
2017-02-07
Refs #27795 -- Removed force_text from the template layer
Claude Paroz
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-02-04
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
Anton Samarchyan
[next]