summaryrefslogtreecommitdiff
path: root/django/contrib/auth
AgeCommit message (Expand)Author
2023-04-03[4.2.x] Updated translations from Transifex.Mariusz Felisiak
2023-03-28[4.2.x] Fixed #34438 -- Reallowed extending UserCreationForm.Gary Jarrel
2023-03-20[4.2.x] Updated source translation catalogs.Mariusz Felisiak
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-02[4.2.x] Improved error message for ASCIIUsernameValidator.Mariusz Felisiak
2023-02-01[4.2.x] Refs #33476 -- Applied Black's 2023 stable style.David Smith
2023-01-17[4.2.x] Updated source translation catalogs.Mariusz Felisiak
2022-12-29Fixed #25617 -- Added case-insensitive unique username validation in UserCrea...Paul Schilling
2022-12-24Fixed #34165 -- Made permissions creation respect the "using" parameter.David Wobrock
2022-12-20Updated translations from Transifex.Mariusz Felisiak
2022-11-29Fixed #34187 -- Made UserCreationForm save many-to-many fields.sdolemelipone
2022-11-11Fixed typo in SetPasswordForm()'s docstring.Vasiliy Ivanov
2022-10-31Used more augmented assignment statements.Nick Pope
2022-10-27Fixed #34066 -- Fixed link to password reset view in UserChangeForm.password'...Simon Kern
2022-10-26Completed test coverage for contrib.auth.forms.Marcelo Galigniana
2022-09-28Fixed #34056 -- Updated the list of common passwords for CommonPasswordValida...Paolo Melchiorre
2022-09-28Improved error message for ASCIIUsernameValidator.Paolo Melchiorre
2022-09-27Completed test coverage for createsuperuser command.Marcelo Galigniana
2022-09-15Changed camel case variable to snake case in contrib.admin/auth.Youngkwang Yang
2022-09-01Fixed ReadOnlyPasswordHashWidget's template for RTL languages.Shai Berger
2022-08-03Updated translations from Transifex.Mariusz Felisiak
2022-07-23Refs #33691 -- Deprecated insecure password hashers.Claude Paroz
2022-07-11Refs #25232 -- Simplified ModelBackend.user_can_authenticate().Tim Graham
2022-06-22Fixed #33028 -- Used ModelAdmin's opts attribute instead of model._meta.Marcelo Galigniana
2022-06-03Fixed #33764 -- Deprecated BaseUserManager.make_random_password().Ciaran McCormick
2022-05-25Renamed wrapped functions to wrapper.Aymeric Augustin
2022-05-17Increased the default PBKDF2 iterations for Django 4.2.Carlton Gibson
2022-05-11Fixed #33691 -- Deprecated django.contrib.auth.hashers.CryptPasswordHasher.Mariusz Felisiak
2022-04-20Refactored out RedirectURLMixin.get_success_url().Aymeric Augustin
2022-04-20Simplified LogoutView.get_success_url().Aymeric Augustin
2022-04-20Unified LoginView/LogoutView.get_default_redirect_url() methods.Aymeric Augustin
2022-04-20Renamed LogoutView.get_next_page() to get_success_url().Aymeric Augustin
2022-04-20Refactored out RedirectURLMixin.get_redirect_url().Aymeric Augustin
2022-04-19Removed unnecessary default argument from GET.get() call in LoginView.get_red...Aymeric Augustin
2022-04-18Fixed #33648 -- Prevented extra redirect in LogoutView on invalid next page w...Aymeric Augustin
2022-04-01Fixed #33613 -- Made createsuperuser detect uniqueness of USERNAME_FIELD when...Lucidiot
2022-03-29Fixed #15619 -- Deprecated log out via GET requests.René Fleschenberg
2022-03-10Fixed #33561 -- Allowed synchronization of user attributes in RemoteUserBackend.Adrian Torres
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-02-03Refs #33476 -- Refactored problematic code before reformatting by Black.Mariusz Felisiak
2022-02-01Fixed #30360 -- Added support for secret key rotation.tschilling
2022-01-29Updated translations from Transifex.Claude Paroz
2022-01-13Refs #32681 -- Fixed VariableDoesNotExist when rendering some admin template.Mariusz Felisiak
2022-01-04Fixed CVE-2021-45115 -- Prevented DoS vector in UserAttributeSimilarityValida...Florian Apolloner
2021-12-17Changed signatures of setting_changed signal receivers.Adam Johnson
2021-12-13Improved wording in password validators docs and docstrings.Adam Johnson
2021-12-06Updated translations from Transifex.Mariusz Felisiak
2021-11-11Fixed #33269 -- Made AnonymousUser/PermissionsMixin.has_perms() raise ValueEr...Lie Ryan