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
/
docs
/
topics
/
auth
Age
Commit message (
Expand
)
Author
2023-04-17
[4.2.x] Used extlinks for PyPI links.
Tim Graham
2023-03-08
[4.2.x] Fixed #34384 -- Fixed session validation when rotation secret keys.
David Wobrock
2023-03-01
[4.2.x] Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-02-28
[4.2.x] Refs #34140 -- Corrected rst code-block and various formatting issues...
Joseph Victor Zammit
2023-02-10
[4.2.x] Refs #34140 -- Applied rst code-block to non-Python examples.
Carlton Gibson
2023-01-30
[4.2.x] Fixed typo in docs/topics/auth/passwords.txt.
fschwebel
2022-12-29
Fixed #25617 -- Added case-insensitive unique username validation in UserCrea...
Paul Schilling
2022-11-29
Fixed #34187 -- Made UserCreationForm save many-to-many fields.
sdolemelipone
2022-11-28
Doc's check_password()'s setter and preferred arguments.
Mariusz Felisiak
2022-11-14
Fixed #34154 -- Made mixin headers consistent in auth docs.
Tony Lechner
2022-11-10
Improved readability of string interpolation in frequently used examples in d...
Trey Hunner
2022-09-28
Fixed #34056 -- Updated the list of common passwords for CommonPasswordValida...
Paolo Melchiorre
2022-09-17
Fixed #34017 -- Doc'd that Argon2id variant is used by Argon2PasswordHasher.
Ritik Soni
2022-09-17
Fixed #34019 -- Removed obsolete references to "model design considerations" ...
DevilsAutumn
2022-08-30
Refs #30947 -- Changed tuples to lists where appropriate.
Alex Morega
2022-07-23
Refs #33691 -- Deprecated insecure password hashers.
Claude Paroz
2022-06-03
Fixed #33764 -- Deprecated BaseUserManager.make_random_password().
Ciaran McCormick
2022-05-31
Fixed docs build with sphinxcontrib-spelling 7.5.0+.
Mariusz Felisiak
2022-05-17
Removed versionadded/changed annotations for 4.0.
Carlton Gibson
2022-05-11
Fixed #33691 -- Deprecated django.contrib.auth.hashers.CryptPasswordHasher.
Mariusz Felisiak
2022-04-28
Removed hyphen from pre-/re- prefixes.
David
2022-04-01
Fixed #33613 -- Made createsuperuser detect uniqueness of USERNAME_FIELD when...
Lucidiot
2022-03-29
Fixed #15619 -- Deprecated log out via GET requests.
René Fleschenberg
2022-02-01
Fixed #30360 -- Added support for secret key rotation.
tschilling
2022-01-17
Fixed #33443 -- Clarified when PasswordResetView sends an email.
Brad Solomon
2022-01-13
Clarified how contrib.auth picks a password hasher for verification.
Adam Johnson
2022-01-05
Fixed malformed attribute directives in docs.
David
2022-01-04
Fixed CVE-2021-45115 -- Prevented DoS vector in UserAttributeSimilarityValida...
Florian Apolloner
2021-12-28
Avoided counting attributes and methods in docs.
Mariusz Felisiak
2021-12-17
Changed signatures of setting_changed signal receivers.
Adam Johnson
2021-12-13
Improved wording in password validators docs and docstrings.
Adam Johnson
2021-10-19
Refs #33207 -- Clarified that AUTH_USER_MODEL expects an app label.
Mariusz Felisiak
2021-09-20
Removed versionadded/changed annotations for 3.2.
Mariusz Felisiak
2021-08-17
Fixed #32964 -- Corrected 'setup'/'set up' usage in docs.
Andrew Northall
2021-07-29
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2021-07-22
Fixed #32275 -- Added scrypt password hasher.
ryowright
2021-05-20
Clarified docs about increasing the work factor for bcrypt hasher.
yyyyyyyan
2021-05-17
Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.
Nick Pope
2021-02-08
Fixed #28216 -- Added next_page/get_default_redirect_url() to LoginView.
ThinkChaos
2021-02-08
Used .. attribute:: directive in authentication views docs.
Mariusz Felisiak
2021-01-14
Removed versionadded/changed annotations for 3.1.
Mariusz Felisiak
2021-01-14
Fixed #31358 -- Increased salt entropy of password hashers.
Jon Moroney
2020-12-03
Fixed #32235 -- Made ReadOnlyPasswordHashField disabled by default.
Timo Ludwig
2020-08-11
Added note about password updates on argon2 attributes change.
Roy Zheng
2020-05-13
Used :mimetype: role in various docs.
Nick Pope
2020-05-13
Removed versionadded/changed annotations for 3.0.
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
Fixed #31505 -- Doc'd possible email addresses enumeration in PasswordResetView.
Mariusz Felisiak
2020-04-24
Doc'd PasswordChangeView/PasswordResetView.success_url defaults.
Tanmay Vijay
[next]