summaryrefslogtreecommitdiff
path: root/docs/topics/auth/passwords.txt
AgeCommit message (Expand)Author
2019-02-08[2.2.x] Removed extra characters in docs header underlines.Mariusz Felisiak
2018-11-15Used auto-numbered lists in documentation.François Freitag
2018-09-10Refs #20910 -- Replaced snippet directive with code-block.Curtis Maloney
2018-04-23Fixed typos in docs/topics/auth/passwords.txt.adamth
2018-04-17Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.Brett Cannon
2018-04-16Fixed #29274 -- Increased the number of common passwords from 1k to 20k.GS-14
2018-03-22Fixed #28718 -- Allowed user to request a password reset if their password do...Tim Graham
2018-02-26Fixed #29161 -- Removed BCryptPasswordHasher from PASSWORD_HASHERS.Tim Graham
2018-01-15Fixed #28881 -- Doc'd that CommonPasswordValidator's password list must be lo...Karmen
2017-06-26Refs #23919 -- Stopped inheriting from object to define new style classes.Mariusz Felisiak
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super() in docs.chillaranand
2017-01-17Removed versionadded/changed annotations for 1.10.Tim Graham
2016-11-16Fixed #27467 -- Made UserAttributeSimilarityValidator max_similarity=0/1 work...Tim Graham
2016-08-19Fixed #27013 -- Clarified commands to install argon2/bcrypt packages.Tim Graham
2016-08-10Fixed #27045 -- Documented that AUTH_PASSWORD_VALIDATORS aren't applied at th...Tim Graham
2016-07-04Fixed a typo in auth docs.Jiang Haiyun
2016-06-15Fixed broken links in docs and comments.Ville Skyttä
2016-05-27Fixed #26635 -- Clarified Argon2PasswordHasher's memory_cost differs from com...Bas Westerbaan
2016-05-20Removed versionadded/changed annotations for 1.9.Tim Graham
2016-03-08Fixed #26033 -- Added Argon2 password hasher.Bas Westerbaan
2016-03-01Fixed CVE-2016-2513 -- Fixed user enumeration timing attack during login.Florian Apolloner
2016-02-22Fixed #26187 -- Removed weak password hashers from PASSWORD_HASHERS.Tim Graham
2016-02-23Fixed spelling errorMarkus Holtermann
2016-02-22Fixed #26188 -- Documented how to wrap password hashers.Tim Graham
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2015-12-02Updated link to 1000 common passwords.Eliezer Kanal
2015-09-22Refs #24115 -- Added docs for password updates on bcrypt rounds change.Tim Graham
2015-08-08Updated Wikipedia links to use httpsClaude Paroz
2015-07-20Refs #16860 -- Moved password_changed() logic to AbstractBaseUser.Tim Graham
2015-06-10Refs #16860 -- Minor edits and fixes to password validation.Tim Graham
2015-06-07Fixed #16860 -- Added password validation to django.contrib.auth.Erik Romijn
2015-04-03Fixed #24556 -- Added reminder about HTTPS to passwords docs.Sam Thursfield
2015-02-03Fixed #24149 -- Normalized tuple settings to lists.darkryder
2014-10-27Fixed documentation of make_password kwargs.Ilya Baryshev
2014-04-17Stray parenAlex Gaynor
2014-04-17Include an 'extra_requires' for bcryptAlex Gaynor
2014-03-24Removed versionadded/changed annotations for 1.6.Tim Graham
2014-02-28Fixed doc typos.Tim Graham
2013-10-21Added docs for the hasher's iteration count changes.Tim Graham
2013-06-18Fixed #20593 -- Allow blank passwords in check_password() and set_password()Erik Romijn
2013-05-13Recommend using the bcrypt library instead of py-bcryptDonald Stufft
2013-03-26Fix a missing " character in the password documentationDonald Stufft
2013-03-26Fixed #20138 -- Added BCryptSHA256PasswordHasherDonald Stufft
2013-03-22Added missing markup to docs.Tim Graham
2013-01-04Fixed #19562 -- cleaned up password storage docsPreston Holmes
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2012-12-29Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin
2012-12-28Fixed #19498 -- refactored auth documentationPreston Holmes