diff options
| author | Claude Paroz <claude@2xlibre.net> | 2022-07-23 12:45:24 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-07-23 21:29:31 +0200 |
| commit | 3b79dab19a2300a4884a3d81baa6c7c1f2dee059 (patch) | |
| tree | 325e7d980634e695bee88b6a1ccb2e48c14660da /docs/internals | |
| parent | a46dfa87d0ba690125be98f7f1b77062a1794fdc (diff) | |
Refs #33691 -- Deprecated insecure password hashers.
SHA1PasswordHasher, UnsaltedSHA1PasswordHasher, and UnsaltedMD5PasswordHasher
are now deprecated.
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 43c7a0fee9..80597eb95b 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -24,6 +24,10 @@ details on these changes. * The ``length_is`` template filter will be removed. +* The ``django.contrib.auth.hashers.SHA1PasswordHasher``, + ``django.contrib.auth.hashers.UnsaltedSHA1PasswordHasher``, and + ``django.contrib.auth.hashers.UnsaltedMD5PasswordHasher`` will be removed. + .. _deprecation-removed-in-5.0: 5.0 |
