summaryrefslogtreecommitdiff
path: root/django/contrib/auth
AgeCommit message (Expand)Author
2021-04-06[3.2.x] Updated translations from Transifex.Claude Paroz
2021-01-14Fixed #31358 -- Increased salt entropy of password hashers.Jon Moroney
2021-01-13Refs #31358 -- Added constant for get_random_string()'s default alphabet.Florian Apolloner
2020-12-28Refs #31358 -- Fixed decoding salt in Argon2PasswordHasher.Florian Apolloner
2020-12-28Refs #31358 -- Simplified Argon2PasswordHasher.must_update() by using decode().Florian Apolloner
2020-12-15Fixed #31007 -- Allowed specifying type of auto-created primary keys.Tom Forbes
2020-12-03Fixed #32235 -- Made ReadOnlyPasswordHashField disabled by default.Timo Ludwig
2020-10-28Made small readability improvements.Martin Thoma
2020-10-28Refs #28215 -- Marked auth credentials as sensitive variables.Hasan Ramezani
2020-10-22Fixed #32130 -- Fixed pre-Django 3.1 password reset tokens validation.Mariusz Felisiak
2020-10-21Fixed #26615 -- Made password reset token invalidate when changing email.Jacob Walls
2020-10-20Fixed #32121 -- Fixed detecting uniqueness of USERNAME_FIELD when using Meta....Hannes Ljungberg
2020-09-30Updated translations from Transifex.Claude Paroz
2020-08-28Fixed #31912 -- Removed strict=True in Path.resolve() in project template and...Mariusz Felisiak
2020-08-27Refs #31913 -- Corrected comment in PasswordResetTokenGenerator.Phil Gyford
2020-08-14Fixed #31878 -- Made createsuperuser respect --database option in default use...Yan Mitrofanov
2020-08-04Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting.Mariusz Felisiak
2020-08-01Updated translations from TransifexClaude Paroz
2020-07-29Fixed #29324 -- Made SECRET_KEY validation lazy (on first access).Florian Apolloner
2020-07-21Fixed #31180 -- Configured applications automatically.Aymeric Augustin
2020-07-06Refs #26445 -- Allowed using UserManager.create_user()/create_superuser() in ...Hasan Ramezani
2020-06-23Fixed #31443 -- Fixed login redirection in auth mixins when LOGIN_URL is off-...Frantisek Holop
2020-06-23Refs #31358 -- Added decode() to password hashers.Jon Moroney
2020-06-17Fixed #30472 -- Made Argon2PasswordHasher use Argon2id.Florian Apolloner
2020-06-17Refs #30472 -- Simplified Argon2PasswordHasher with argon2-cffi 19.1+ API.Florian Apolloner
2020-06-10Fixed comment in django/contrib/auth/urls.py.Tom Carrick
2020-06-01Reverted "Refs #23919 -- Removed obsolete __init__.py files in management com...René Fleschenberg
2020-05-21Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_ch...Hasan Ramezani
2020-05-13Increased the default PBKDF2 iterations for Django 3.2.Mariusz Felisiak
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