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
/
tests
/
auth_tests
Age
Commit message (
Expand
)
Author
2026-03-30
[5.2.x] Applied Black's 2026 stable style.
Mariusz Felisiak
2026-02-10
[5.2.x] Fixed #36903 -- Fixed further NameErrors when inspecting functions wi...
93578237
2026-02-03
[5.2.x] Fixed CVE-2025-13473 -- Standardized timing of check_password() in mo...
Jake Howard
2025-05-23
[5.2.x] Fixed #36390 -- Deprecated RemoteUserMiddleware subclasses missing ap...
Sarah Boyce
2025-04-17
[5.2.x] Fixed #36314 -- Fixed MinimumLengthValidator error message translation.
Ahmed Nassar
2025-03-01
[5.2.x] Applied Black's 2025 stable style.
Mariusz Felisiak
2025-02-18
[5.2.x] Fixed #36179 -- Unhexed entries and removed duplicates in auth/common...
mimi89999
2025-02-01
[5.2.x] Fixed #36140 -- Allowed BaseUserCreationForm to define non required p...
nessita
2025-01-13
Fixed #36087 -- Supported password reset on a custom user model with a compos...
Sarah Boyce
2024-11-28
Fixed #35530 -- Deprecated request.user fallback in auth.login and auth.alogin.
Jaap Roes
2024-11-28
Refs #35530 -- Added basic test cases for auth.login.
Jaap Roes
2024-11-26
Fixed #35942 -- Fixed createsuperuser crash on Python 3.13+ when username is ...
Tommy Allen
2024-11-15
Refs #28215 -- Marked auth form passwords as sensitive variables.
GappleBee
2024-10-17
Refs #35844 -- Used asgiref.sync.iscoroutinefunction() instead of deprecated ...
Mariusz Felisiak
2024-10-16
Refs #35727 -- Updated response.content.decode calls to use the HttpResponse....
SaJH
2024-10-15
Fixed #35782 -- Allowed overriding password validation error messages.
Ben Cail
2024-10-07
Fixed #35303 -- Implemented async auth backends and utils.
Jon Janzen
2024-09-03
Fixed CVE-2024-45231 -- Avoided server error on password reset when email sen...
Natalia
2024-09-02
Refs #35706 -- Prefixed 'Error:' to titles of admin pages with form errors.
sanjeevholla26
2024-08-23
Added helper and refactored PasswordResetFormTest to unify email sending tests.
nessita
2024-08-19
Fixed #35678 -- Removed "usable_password" field from BaseUserCreationForm.
Natalia
2024-08-19
Refs #35678 -- Split tests for BaseUserCreationForm when using a custom User ...
Natalia
2024-08-13
Refs #35402 -- Added tests for invalid usage of submodules in some settings.
Jacob Walls
2024-08-08
Added test for acheck_password() to ensure make_password is called for unusab...
Natalia
2024-07-09
Fixed CVE-2024-39329 -- Standarized timing of verify_password() when checking...
Michael Manfre
2024-07-04
Fixed #35520 -- Avoided opening transaction for read-only ModelAdmin requests.
Jake Howard
2024-07-04
Fixed #35569 -- Improved wording of invalid ForeignKey error message.
Jacob Walls
2024-05-30
Fixed #35477 -- Corrected 'required' errors in auth password set/change forms.
Fabian Braun
2024-05-22
Increased the default PBKDF2 iterations for Django 5.2.
Natalia
2024-05-22
Fixed #31405 -- Added LoginRequiredMiddleware.
Hisham Mahmood
2024-05-17
Fixed #35428 -- Increased parallelism of the ScryptPasswordHasher.
SaJH
2024-05-13
Fixed #35408 -- Optimized post-migrate permission creation.
Adam Johnson
2024-03-27
Fixed #34977 -- Improved accessibility in the UserChangeForm by replacing the...
Fabian Braun
2024-03-07
Fixed #35030 -- Made django.contrib.auth decorators to work with async functi...
Dingning
2024-03-06
Refs #35030 -- Added more tests for @user_passes_test decorator.
Mariusz Felisiak
2024-02-20
Fixed #34429 -- Allowed setting unusable passwords for users in the auth forms.
Fabian Braun
2024-02-20
Refs #34429 -- Defined test user with unusable password for auth forms tests.
Natalia
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2024-01-12
Added test ensuring that validate_password is used in AdminPasswordChangeForm.
nessita
2024-01-04
Used enterClassContext() where appropriate.
Mariusz Felisiak
2023-12-31
Used addCleanup() in tests where appropriate.
Mariusz Felisiak
2023-11-01
Fixed CVE-2023-46695 -- Fixed potential DoS in UsernameField on Windows.
Mariusz Felisiak
2023-09-20
Defined PASSWORD_HASHERS for auth_tests.test_views.ChangelistTests.
Lily Foote
2023-09-18
Increased the default PBKDF2 iterations for Django 5.1.
Mariusz Felisiak
2023-09-18
Refs #33691 -- Removed insecure password hashers per deprecation timeline.
Mariusz Felisiak
2023-09-18
Refs #33764 -- Removed BaseUserManager.make_random_password() per deprecation...
Mariusz Felisiak
2023-08-22
Removed unnecessary trailing commas in tests.
konsti
2023-08-08
Fixed #34542 -- Made createsuperuser handle required blank fields in non-inte...
Mateusz Więckowski
2023-06-27
Fixed #34391 -- Added async-compatible interface to auth functions and relate...
Jon Janzen
2023-05-18
Fixed #34565 -- Added support for async checking of user passwords.
HappyDingning
[next]