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
2019-02-08
[2.2.x] Removed extra characters in docs header underlines.
Mariusz Felisiak
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
2017-01-17
Removed versionadded/changed annotations for 1.10.
Tim Graham
2016-11-16
Fixed #27467 -- Made UserAttributeSimilarityValidator max_similarity=0/1 work...
Tim Graham
2016-08-19
Fixed #27013 -- Clarified commands to install argon2/bcrypt packages.
Tim Graham
2016-08-10
Fixed #27045 -- Documented that AUTH_PASSWORD_VALIDATORS aren't applied at th...
Tim Graham
2016-07-04
Fixed a typo in auth docs.
Jiang Haiyun
2016-06-15
Fixed broken links in docs and comments.
Ville Skyttä
2016-05-27
Fixed #26635 -- Clarified Argon2PasswordHasher's memory_cost differs from com...
Bas Westerbaan
2016-05-20
Removed versionadded/changed annotations for 1.9.
Tim Graham
2016-03-08
Fixed #26033 -- Added Argon2 password hasher.
Bas Westerbaan
2016-03-01
Fixed CVE-2016-2513 -- Fixed user enumeration timing attack during login.
Florian Apolloner
2016-02-22
Fixed #26187 -- Removed weak password hashers from PASSWORD_HASHERS.
Tim Graham
2016-02-23
Fixed spelling error
Markus Holtermann
2016-02-22
Fixed #26188 -- Documented how to wrap password hashers.
Tim Graham
2016-02-01
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2015-12-02
Updated link to 1000 common passwords.
Eliezer Kanal
2015-09-22
Refs #24115 -- Added docs for password updates on bcrypt rounds change.
Tim Graham
2015-08-08
Updated Wikipedia links to use https
Claude Paroz
2015-07-20
Refs #16860 -- Moved password_changed() logic to AbstractBaseUser.
Tim Graham
2015-06-10
Refs #16860 -- Minor edits and fixes to password validation.
Tim Graham
2015-06-07
Fixed #16860 -- Added password validation to django.contrib.auth.
Erik Romijn
2015-04-03
Fixed #24556 -- Added reminder about HTTPS to passwords docs.
Sam Thursfield
2015-02-03
Fixed #24149 -- Normalized tuple settings to lists.
darkryder
2014-10-27
Fixed documentation of make_password kwargs.
Ilya Baryshev
2014-04-17
Stray paren
Alex Gaynor
2014-04-17
Include an 'extra_requires' for bcrypt
Alex Gaynor
2014-03-24
Removed versionadded/changed annotations for 1.6.
Tim Graham
2014-02-28
Fixed doc typos.
Tim Graham
2013-10-21
Added docs for the hasher's iteration count changes.
Tim Graham
2013-06-18
Fixed #20593 -- Allow blank passwords in check_password() and set_password()
Erik Romijn
2013-05-13
Recommend using the bcrypt library instead of py-bcrypt
Donald Stufft
2013-03-26
Fix a missing " character in the password documentation
Donald Stufft
2013-03-26
Fixed #20138 -- Added BCryptSHA256PasswordHasher
Donald Stufft
2013-03-22
Added missing markup to docs.
Tim Graham
2013-01-04
Fixed #19562 -- cleaned up password storage docs
Preston Holmes
2013-01-02
Fixed #19516 - Fixed remaining broken links.
Tim Graham
2012-12-29
Removed versionadded/changed annotations dating back to 1.4.
Aymeric Augustin
2012-12-28
Fixed #19498 -- refactored auth documentation
Preston Holmes