1
0
mirror of https://github.com/django/django.git synced 2025-01-09 18:06:34 +00:00
django/django
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
..
bin
conf Fixed #20138 -- Added BCryptSHA256PasswordHasher 2013-03-26 13:26:57 -04:00
contrib Fixed #20138 -- Added BCryptSHA256PasswordHasher 2013-03-26 13:26:57 -04:00
core
db Fixed #20091 -- Oracle null promotion for empty strings 2013-03-26 14:19:54 +02:00
dispatch
forms Removed forced typecasting of help_text/label Field arguments 2013-03-25 21:38:21 +01:00
http
middleware
shortcuts
template
templatetags
test
utils
views
__init__.py