mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Refs #33691 -- Deprecated insecure password hashers.
SHA1PasswordHasher, UnsaltedSHA1PasswordHasher, and UnsaltedMD5PasswordHasher are now deprecated.
This commit is contained in:
committed by
Mariusz Felisiak
parent
a46dfa87d0
commit
3b79dab19a
@@ -332,3 +332,7 @@ Miscellaneous
|
||||
|
||||
{% if value|length_is:4 %}…{% endif %}
|
||||
{{ value|length_is:4 }}
|
||||
|
||||
* ``django.contrib.auth.hashers.SHA1PasswordHasher``,
|
||||
``django.contrib.auth.hashers.UnsaltedSHA1PasswordHasher``, and
|
||||
``django.contrib.auth.hashers.UnsaltedMD5PasswordHasher`` are deprecated.
|
||||
|
||||
Reference in New Issue
Block a user