index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
auth
Age
Commit message (
Expand
)
Author
2021-04-06
[3.2.x] Updated translations from Transifex.
Claude Paroz
2021-01-14
Fixed #31358 -- Increased salt entropy of password hashers.
Jon Moroney
2021-01-13
Refs #31358 -- Added constant for get_random_string()'s default alphabet.
Florian Apolloner
2020-12-28
Refs #31358 -- Fixed decoding salt in Argon2PasswordHasher.
Florian Apolloner
2020-12-28
Refs #31358 -- Simplified Argon2PasswordHasher.must_update() by using decode().
Florian Apolloner
2020-12-15
Fixed #31007 -- Allowed specifying type of auto-created primary keys.
Tom Forbes
2020-12-03
Fixed #32235 -- Made ReadOnlyPasswordHashField disabled by default.
Timo Ludwig
2020-10-28
Made small readability improvements.
Martin Thoma
2020-10-28
Refs #28215 -- Marked auth credentials as sensitive variables.
Hasan Ramezani
2020-10-22
Fixed #32130 -- Fixed pre-Django 3.1 password reset tokens validation.
Mariusz Felisiak
2020-10-21
Fixed #26615 -- Made password reset token invalidate when changing email.
Jacob Walls
2020-10-20
Fixed #32121 -- Fixed detecting uniqueness of USERNAME_FIELD when using Meta....
Hannes Ljungberg
2020-09-30
Updated translations from Transifex.
Claude Paroz
2020-08-28
Fixed #31912 -- Removed strict=True in Path.resolve() in project template and...
Mariusz Felisiak
2020-08-27
Refs #31913 -- Corrected comment in PasswordResetTokenGenerator.
Phil Gyford
2020-08-14
Fixed #31878 -- Made createsuperuser respect --database option in default use...
Yan Mitrofanov
2020-08-04
Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting.
Mariusz Felisiak
2020-08-01
Updated translations from Transifex
Claude Paroz
2020-07-29
Fixed #29324 -- Made SECRET_KEY validation lazy (on first access).
Florian Apolloner
2020-07-21
Fixed #31180 -- Configured applications automatically.
Aymeric Augustin
2020-07-06
Refs #26445 -- Allowed using UserManager.create_user()/create_superuser() in ...
Hasan Ramezani
2020-06-23
Fixed #31443 -- Fixed login redirection in auth mixins when LOGIN_URL is off-...
Frantisek Holop
2020-06-23
Refs #31358 -- Added decode() to password hashers.
Jon Moroney
2020-06-17
Fixed #30472 -- Made Argon2PasswordHasher use Argon2id.
Florian Apolloner
2020-06-17
Refs #30472 -- Simplified Argon2PasswordHasher with argon2-cffi 19.1+ API.
Florian Apolloner
2020-06-10
Fixed comment in django/contrib/auth/urls.py.
Tom Carrick
2020-06-01
Reverted "Refs #23919 -- Removed obsolete __init__.py files in management com...
René Fleschenberg
2020-05-21
Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_ch...
Hasan Ramezani
2020-05-13
Increased the default PBKDF2 iterations for Django 3.2.
Mariusz Felisiak
2020-04-29
Refs #27468 -- Made user sessions use SHA-256 algorithm.
Mariusz Felisiak
2020-04-28
Changed django.forms.ValidationError imports to django.core.exceptions.Valida...
François Freitag
2020-04-27
Refs #18325 -- Removed unnecessary line endings in management commands.
François Freitag
2020-03-31
Fixed #31375 -- Made contrib.auth.hashers.make_password() accept only bytes o...
Hasan Ramezani
2020-03-18
Fixed #31371 -- Increased User.first_name max_length to 150 characters.
Ryan Petrello
2020-03-11
Fixed #31359 -- Deprecated get_random_string() calls without an explicit length.
Claude Paroz
2020-03-05
Fixed #31327 -- Deprecated providing_args argument for Signal.
Jon Dufresne
2020-02-26
Fixed #31289 -- Added hint for USERNAME_FIELD/REQUIRED_FIELDS system check.
aryan
2020-02-12
Refs #27468 -- Made PasswordResetTokenGenerator use SHA-256 algorithm.
Claude Paroz
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-01-31
Updated translations from Transifex.
Claude Paroz
2020-01-29
Used model's Options.label/label_lower where applicable.
Mariusz Felisiak
2020-01-23
Fixed #31200 -- Added system checks for permissions codenames max length.
Michael Mulholland
2019-12-18
Refs #30585 -- Updated project templates and tests to use (block)translate tags.
Mike Hansen
2019-12-18
Fixed CVE-2019-19844 -- Used verified user email for password reset requests.
Simon Charette
2019-12-10
Fixed #26480 -- Fixed crash of contrib.auth.authenticate() on decorated authe...
Baptiste Mispelon
2019-12-02
Updated contrib translations from Transifex.
Carlton Gibson
2019-11-29
Fixed #31021 -- Fixed proxy model permissions data migration crash with a mul...
Mariusz Felisiak
2019-11-19
Removed unnecessary numeric indexes in format strings.
Jon Dufresne
2019-11-13
Fixed #30941 -- Reverted "Simplified AuthenticationMiddleware a bit."
Mariusz Felisiak
2019-11-11
Fixed #30977 -- Optimized PasswordResetForm.save() a bit.
Hasan Ramezani
[next]