django/docs/topics/auth
Donald Stufft 25f2acfed0 Fixed #20138 -- Added BCryptSHA256PasswordHasher
BCryptSHA256PasswordHasher pre-hashes the users password using
SHA256 to prevent the 72 byte truncation inherient in the BCrypt
algorithm.
2013-03-26 13:26:57 -04:00
..
customizing.txt Fixed #20119 -- Fixed typo in auth docs 2013-03-23 20:00:18 +01:00
default.txt Fixed #19394 --Added note about auth forms and custom user models. 2013-02-24 07:55:38 -08:00
index.txt Fixed #19743 - Documented some limitations of contrib.auth. 2013-02-06 08:24:38 -05:00
passwords.txt Fixed #20138 -- Added BCryptSHA256PasswordHasher 2013-03-26 13:26:57 -04:00