index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
auth_tests
Age
Commit message (
Expand
)
Author
2026-02-03
[4.2.x] Fixed CVE-2025-13473 -- Standardized timing of check_password() in mo...
Jake Howard
2024-09-03
[4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...
Natalia
2024-07-11
[4.2.x] Fixed auth_tests and file_storage tests on Python 3.8.
Mariusz Felisiak
2024-07-09
[4.2.x] Fixed CVE-2024-39329 -- Standarized timing of verify_password() when ...
Michael Manfre
2023-11-01
[4.2.x] Fixed CVE-2023-46695 -- Fixed potential DoS in UsernameField on Windows.
Mariusz Felisiak
2023-03-28
[4.2.x] Fixed #34438 -- Reallowed extending UserCreationForm.
Gary Jarrel
2023-03-08
[4.2.x] Fixed #34384 -- Fixed session validation when rotation secret keys.
David Wobrock
2023-02-04
[4.2.x] Increased the default PBKDF2 iterations for Django 4.2.
Mariusz Felisiak
2023-02-01
[4.2.x] Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-01-04
Refs #34074 -- Used headers argument for RequestFactory and Client in docs an...
David Wobrock
2022-12-29
Fixed #25617 -- Added case-insensitive unique username validation in UserCrea...
Paul Schilling
2022-12-24
Fixed #34165 -- Made permissions creation respect the "using" parameter.
David Wobrock
2022-11-29
Fixed #34187 -- Made UserCreationForm save many-to-many fields.
sdolemelipone
2022-11-10
Updated documentation and comments for RFC updates.
Nick Pope
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-10-20
Skipped scrypt tests when OpenSSL 1.1+ is not installed.
HieuPham9720
2022-09-27
Completed test coverage for createsuperuser command.
Marcelo Galigniana
2022-09-01
Fixed ReadOnlyPasswordHashWidget's template for RTL languages.
Shai Berger
2022-07-23
Refs #33691 -- Deprecated insecure password hashers.
Claude Paroz
2022-06-03
Fixed #33764 -- Deprecated BaseUserManager.make_random_password().
Ciaran McCormick
2022-05-25
Renamed wrapped functions to wrapper.
Aymeric Augustin
2022-05-17
Increased the default PBKDF2 iterations for Django 4.2.
Carlton Gibson
2022-05-11
Fixed #33691 -- Deprecated django.contrib.auth.hashers.CryptPasswordHasher.
Mariusz Felisiak
2022-04-20
Refactored out RedirectURLMixin.get_success_url().
Aymeric Augustin
2022-04-20
Simplified LogoutView.get_success_url().
Aymeric Augustin
2022-04-18
Fixed #33648 -- Prevented extra redirect in LogoutView on invalid next page w...
Aymeric Augustin
2022-04-18
Fixed various tests on MySQL with MyISAM storage engine.
Mariusz Felisiak
2022-04-01
Fixed #33613 -- Made createsuperuser detect uniqueness of USERNAME_FIELD when...
Lucidiot
2022-03-29
Fixed #15619 -- Deprecated log out via GET requests.
René Fleschenberg
2022-03-24
Refs #15619 -- Logged out with POST requests in admin.
Mariusz Felisiak
2022-03-24
Refs #32365 -- Removed internal uses of utils.timezone.utc alias.
Carlton Gibson
2022-03-10
Fixed #33561 -- Allowed synchronization of user attributes in RemoteUserBackend.
Adrian Torres
2022-02-22
Removed redundant QuerySet.all() calls in docs and tests.
Nick Pope
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-01
Fixed #30360 -- Added support for secret key rotation.
tschilling
2022-01-04
Fixed CVE-2021-45115 -- Prevented DoS vector in UserAttributeSimilarityValida...
Florian Apolloner
2021-11-11
Fixed #33269 -- Made AnonymousUser/PermissionsMixin.has_perms() raise ValueEr...
Lie Ryan
2021-10-12
Fixed #33178 -- Made createsuperuser validate required fields passed in optio...
Christophe Henry
2021-10-12
Refs #33178 -- Added createsuperuser tests for validation of foreign keys.
Christophe Henry
2021-10-12
Refs #21755 -- Fixed createsuperuser crash for required foreign keys passed i...
Christophe Henry
2021-10-12
Refs #29628, Refs #33178 -- Made createsuperuser validate password against re...
Mariusz Felisiak
2021-10-07
Fixed #33151 -- Fixed createsuperuser crash for many-to-many required fields ...
Christophe Henry
2021-09-20
Increased the default PBKDF2 iterations for Django 4.1.
Mariusz Felisiak
2021-09-06
Refs #32508 -- Raised TypeError/ValueError instead of using "assert" in encod...
Mateo Radman
2021-08-11
Refs #29898 -- Changed ProjectState.real_apps to set.
Mariusz Felisiak
2021-08-02
Refs #32956 -- Corrected usage of "insure" and "assure".
David Smith
2021-07-22
Fixed #32275 -- Added scrypt password hasher.
ryowright
2021-07-22
Refs #32508 -- Raised TypeError/ValueError instead of using "assert" in encod...
Mariusz Felisiak
[next]