summaryrefslogtreecommitdiff
path: root/django/contrib/auth
AgeCommit message (Expand)Author
2020-08-04[3.1.x] Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting.Mariusz Felisiak
2020-08-01[3.1.x] Updated translations from TransifexClaude Paroz
2020-04-29Refs #27468 -- Made user sessions use SHA-256 algorithm.Mariusz Felisiak
2020-04-28Changed django.forms.ValidationError imports to django.core.exceptions.Valida...François Freitag
2020-04-27Refs #18325 -- Removed unnecessary line endings in management commands.François Freitag
2020-03-31Fixed #31375 -- Made contrib.auth.hashers.make_password() accept only bytes o...Hasan Ramezani
2020-03-18Fixed #31371 -- Increased User.first_name max_length to 150 characters.Ryan Petrello
2020-03-11Fixed #31359 -- Deprecated get_random_string() calls without an explicit length.Claude Paroz
2020-03-05Fixed #31327 -- Deprecated providing_args argument for Signal.Jon Dufresne
2020-02-26Fixed #31289 -- Added hint for USERNAME_FIELD/REQUIRED_FIELDS system check.aryan
2020-02-12Refs #27468 -- Made PasswordResetTokenGenerator use SHA-256 algorithm.Claude Paroz
2020-02-04Simplified imports from django.db and django.contrib.gis.db.Nick Pope
2020-01-31Updated translations from Transifex.Claude Paroz
2020-01-29Used model's Options.label/label_lower where applicable.Mariusz Felisiak
2020-01-23Fixed #31200 -- Added system checks for permissions codenames max length.Michael Mulholland
2019-12-18Refs #30585 -- Updated project templates and tests to use (block)translate tags.Mike Hansen
2019-12-18Fixed CVE-2019-19844 -- Used verified user email for password reset requests.Simon Charette
2019-12-10Fixed #26480 -- Fixed crash of contrib.auth.authenticate() on decorated authe...Baptiste Mispelon
2019-12-02Updated contrib translations from Transifex.Carlton Gibson
2019-11-29Fixed #31021 -- Fixed proxy model permissions data migration crash with a mul...Mariusz Felisiak
2019-11-19Removed unnecessary numeric indexes in format strings.Jon Dufresne
2019-11-13Fixed #30941 -- Reverted "Simplified AuthenticationMiddleware a bit."Mariusz Felisiak
2019-11-11Fixed #30977 -- Optimized PasswordResetForm.save() a bit.Hasan Ramezani
2019-11-05Passed strict=True to Path.resolve() to enforce that the path must exist.Jon Dufresne
2019-11-05Fixed #30947 -- Changed tuples to lists in model Meta options in django.contr...Jon Dufresne
2019-10-29Simplified AuthenticationMiddleware a bit.Sergey Fedoseev
2019-10-23Refs #26601 -- Removed obsolete workarounds for MIDDLEWARE_CLASSES setting.Sergey Fedoseev
2019-09-20Fixed #28622 -- Allowed specifying password reset link expiration in seconds ...Hasan Ramezani
2019-09-18Fixed #30776 -- Restored max length validation on AuthenticationForm.Username...Sam Reynolds
2019-09-12Increased the default PBKDF2 iterations for Django 3.1.Carlton Gibson
2019-09-10Refs #30037 -- Required the RemoteUserBackend.configure_user() to have reques...Mariusz Felisiak
2019-09-08Updated translation catalogsClaude Paroz
2019-09-02Fixed #30747 -- Renamed is_safe_url() to url_has_allowed_host_and_scheme().Carlton Gibson
2019-09-02Refs #29379 -- Moved autocomplete attribute to UsernameField.Nick Pope
2019-08-29Fixed #18763 -- Added ModelBackend/UserManager.with_perm() methods.Berker Peksag
2019-08-29Fixed #30066 -- Enabled super user creation without email and passworddaniel a rios
2019-08-26Fixed #29019 -- Added ManyToManyField support to REQUIRED_FIELDS.Hasan Ramezani
2019-07-02Fixed #27801 -- Made createsuperuser fall back to environment variables for p...Hasan Ramezani
2019-06-29Updated translations from TransifexClaude Paroz
2019-06-28Fixed #30400 -- Improved typography of user facing strings.Jon Dufresne
2019-06-10Fixed #30556 -- Avoided useless query and hasher call in ModelBackend.authent...Aymeric Augustin
2019-06-07Fixed #29379 -- Added autocomplete attribute to contrib.auth.forms fields.Hasan Ramezani
2019-06-05Refs #30226 -- Added User.get_user_permissions() method.Tobias Bengfort
2019-06-05Fixed #30226 -- Added BaseBackend for authentication.Tobias Bengfort
2019-05-24Fixed #28780 -- Allowed specyfing a token parameter displayed in password res...Rob
2019-05-23Forced utf-8 encoding when loading common passwords in CommonPasswordValidator.Mariusz Felisiak
2019-05-22Refs #30116 -- Removed unnecessary str() calls in CommonPasswordValidator.Jon Dufresne
2019-05-22Improved performance of loading common passwords in CommonPasswordValidator.Brad Solomon
2019-04-27Fixed #30351 -- Handled pre-existing permissions in proxy model permissions d...Carlton Gibson
2019-04-01Updated contrib translations from Transifex.Claude Paroz