summaryrefslogtreecommitdiff
path: root/django/contrib/auth
AgeCommit message (Expand)Author
7 daysFixed #36542 -- Marked authenticate() with @sensitive_variables() decorator.KANIN KEARPIMY
2026-04-07Fixed #37021 -- Added Permission.user_perm_str property.mariatta
2026-04-02Fixed #37017 -- Fixed setting or clearing of request.user after alogin/alogou...Jacob Walls
2026-02-27Fixed #27489 -- Renamed permissions upon model renaming in migrations.Artyom Kotovskiy
2026-02-27Fixed #34643 -- Moved inputs beneath labels and errors in admin forms.antoliny0919
2026-02-10Fixed #36903 -- Fixed further NameErrors when inspecting functions with defer...93578237
2026-02-03Fixed CVE-2025-13473 -- Standardized timing of check_password() in mod_wsgi a...Jake Howard
2026-01-31Refs #34118 -- Removed asgiref coroutine detection shims.Jacob Walls
2026-01-05Fixed #36843, #36793 -- Reverted "Fixed #27489 -- Renamed permissions upon mo...Jacob Walls
2025-12-02Updated translations from Transifex.Natalia
2025-11-12Fixed #36717 -- Redirect authenticated users on admin login view to next URL.Benedict Etzel
2025-11-05Fixed #36709 -- Included static methods in system check for UserModel.is_anon...Harsh Jain
2025-10-14Refs #31223 -- Added __class_getitem__() to SetPasswordMixin.Thibaut Decombe
2025-09-18Updated translations from Transifex.Natalia
2025-09-17Increased the default PBKDF2 iterations for Django 6.1.Jacob Walls
2025-09-17Refs #36390 -- Removed support for RemoteUserMiddleware subclasses missing ap...Jacob Walls
2025-09-17Refs #35530 -- Removed request.user or auser() fallback in auth.login and aut...Jacob Walls
2025-09-15Refs #27489 -- Made RenamePermission() operation respect database.David Sanders
2025-09-11Fixed #36603 -- Optimized check order in LoginRequiredMiddleware.Adam Johnson
2025-08-27Fixed #36572 -- Revert "Fixed #36546 -- Deprecated django.utils.crypto.consta...Sarah Boyce
2025-08-25Fixed #36546 -- Deprecated django.utils.crypto.constant_time_compare() in fav...SaJH
2025-08-22Refs #35530 -- Corrected deprecation message in auth.alogin().Mariusz Felisiak
2025-08-20Refs #35303 -- Made small optimizations in alogout() and aget_user().Mariusz Felisiak
2025-08-20Fixed #36561 -- Used request.auser() in contrib.auth.aupdate_session_auth_has...Xinyi Rong
2025-08-19Fixed #27489 -- Renamed permissions upon model renaming in migrations.Artyom Kotovskiy
2025-08-08Fixed #36540 -- Updated request.auser() in contrib.auth.alogin() and contrib....Xinyi Rong
2025-07-31Fixed #36439 -- Optimized acheck_password by using sync_to_async on verify_pa...Roel Delos Reyes
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2025-07-23Refs #36500 -- Shortened some long docstrings and comments.Mike Edmunds
2025-07-23Removed double spaces after periods and within phrases.Sarah Boyce
2025-07-22Standardized how method_decorator is used in contrib.auth views and admin.Claude Paroz
2025-07-22Fixed #36226 -- Accepted str or bytes for password and salt in password hashers.Roel Delos Reyes
2025-06-11Removed default value for app_configs in system check functions.Adam Johnson
2025-06-06Updated translations from Transifex.Sarah Boyce
2025-05-23Fixed #36390 -- Deprecated RemoteUserMiddleware subclasses missing aprocess_r...Sarah Boyce
2025-04-23Simplified UserManager.with_perm() by using get_backends().Bona Fide IT GmbH
2025-04-17Fixed #35959 -- Displayed password reset button in admin only when user has s...Sarah Boyce
2025-04-17Refs #35959 -- Added render_password_as_hash auth template tag for password r...Sarah Boyce
2025-04-17Fixed #36314 -- Fixed MinimumLengthValidator error message translation.Ahmed Nassar
2025-03-31Refs #28909 -- Simplified code using unpacking generalizations.Aarni Koskela
2025-03-31Updated translations from Transifex.Sarah Boyce
2025-03-27Fixed #34917 -- Underlined links in the main content area of the admin.antoliny0919
2025-03-19Updated source translation catalogs.Mariusz Felisiak
2025-02-18Fixed #36179 -- Unhexed entries and removed duplicates in auth/common-passwor...mimi89999
2025-02-01Fixed #36140 -- Allowed BaseUserCreationForm to define non required password ...nessita
2025-01-15Increased the default PBKDF2 iterations for Django 6.0.Sarah Boyce
2025-01-15Refs #35060 -- Removed passing positional arguments to Model.save()/asave() p...Sarah Boyce
2025-01-15Refs #22569 -- Made request required in ModelAdmin.lookup_allowed() per depre...Sarah Boyce
2025-01-13Fixed #36087 -- Supported password reset on a custom user model with a compos...Sarah Boyce
2024-12-18Fixed #36002 -- Referred to request.Meta key in Persistent/RemoteUserMiddlewa...Anders Einar Hilden