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
/
passwords.txt
Age
Commit message (
Expand
)
Author
2025-12-04
Fixed #36744 -- Improved scrypt password hasher docs.
Dmitry Chestnykh
2025-09-17
Removed versionadded/changed annotations for 5.2.
Jacob Walls
2025-08-25
Refs #36485 -- Rewrapped docs to 79 columns line length.
David Smith
2025-08-25
Refs #36485 -- Removed double spaces after periods in sentences.
Natalia
2024-10-15
Fixed #35782 -- Allowed overriding password validation error messages.
Ben Cail
2024-10-15
Refs #35782 -- Documented the get_help_text methods in password validators.
Ben Cail
2024-06-24
Migrated setuptools configuration to pyproject.toml.
Claude Paroz
2024-05-22
Removed versionadded/changed annotations for 5.0.
Natalia
2023-11-15
Fixed #34970 -- Clarified Password Validation docs regarding the password_cha...
Markus Amalthea Magnuson
2023-09-18
Removed versionadded/changed annotations for 4.2.
Mariusz Felisiak
2023-05-18
Fixed #34565 -- Added support for async checking of user passwords.
HappyDingning
2023-04-17
Used extlinks for PyPI links.
Tim Graham
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-02-28
Refs #34140 -- Corrected rst code-block and various formatting issues in docs.
Joseph Victor Zammit
2023-01-30
Fixed typo in docs/topics/auth/passwords.txt.
fschwebel
2022-11-28
Doc's check_password()'s setter and preferred arguments.
Mariusz Felisiak
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-07-23
Refs #33691 -- Deprecated insecure password hashers.
Claude Paroz
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-01-13
Clarified how contrib.auth picks a password hasher for verification.
Adam Johnson
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-13
Improved wording in password validators docs and docstrings.
Adam Johnson
2021-09-20
Removed versionadded/changed annotations for 3.2.
Mariusz Felisiak
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-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-08-11
Added note about password updates on argon2 attributes change.
Roy Zheng
2020-03-31
Fixed #31375 -- Made contrib.auth.hashers.make_password() accept only bytes o...
Hasan Ramezani
2019-11-08
Fixed #30948 -- Changed packaging to use declarative config in setup.cfg.
Jon Dufresne
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-04-18
Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, com...
Ramiro Morales
2019-02-08
Removed extra characters in docs header underlines.
Mariusz Felisiak
2019-01-17
Removed versionadded/changed annotations for 2.1.
Tim Graham
2018-11-15
Used auto-numbered lists in documentation.
François Freitag
2018-09-10
Refs #20910 -- Replaced snippet directive with code-block.
Curtis Maloney
2018-04-23
Fixed typos in docs/topics/auth/passwords.txt.
adamth
2018-04-17
Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
Brett Cannon
2018-04-16
Fixed #29274 -- Increased the number of common passwords from 1k to 20k.
GS-14
2018-03-22
Fixed #28718 -- Allowed user to request a password reset if their password do...
Tim Graham
2018-02-26
Fixed #29161 -- Removed BCryptPasswordHasher from PASSWORD_HASHERS.
Tim Graham
2018-01-15
Fixed #28881 -- Doc'd that CommonPasswordValidator's password list must be lo...
Karmen
2017-06-26
Refs #23919 -- Stopped inheriting from object to define new style classes.
Mariusz Felisiak
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
chillaranand
[next]