diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-05-11 09:13:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-11 09:13:45 +0200 |
| commit | 02dbf1667c6da61ea9346f7c9f174a158b896811 (patch) | |
| tree | 56b519f7529b6a29cbb90155c363d57585418e03 /docs/topics | |
| parent | 262fde94de5eb6544fc0f289575583436613c045 (diff) | |
Fixed #33691 -- Deprecated django.contrib.auth.hashers.CryptPasswordHasher.
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/auth/passwords.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/topics/auth/passwords.txt b/docs/topics/auth/passwords.txt index 33a57a8be5..fbac4e567d 100644 --- a/docs/topics/auth/passwords.txt +++ b/docs/topics/auth/passwords.txt @@ -439,7 +439,6 @@ The full list of hashers included in Django is:: 'django.contrib.auth.hashers.MD5PasswordHasher', 'django.contrib.auth.hashers.UnsaltedSHA1PasswordHasher', 'django.contrib.auth.hashers.UnsaltedMD5PasswordHasher', - 'django.contrib.auth.hashers.CryptPasswordHasher', ] The corresponding algorithm names are: @@ -454,7 +453,6 @@ The corresponding algorithm names are: * ``md5`` * ``unsalted_sha1`` * ``unsalted_md5`` -* ``crypt`` .. _write-your-own-password-hasher: |
