Skip to content

Commit

Permalink
Remove CryptPasswordHasher from PASSWORD_HASHERS
Browse files Browse the repository at this point in the history
  • Loading branch information
kiblik committed Feb 27, 2024
1 parent 7294f16 commit 9496f0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dojo/settings/settings.dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,6 @@ def generate_url(scheme, double_slashes, user, password, host, port, path, param
'django.contrib.auth.hashers.MD5PasswordHasher',
'django.contrib.auth.hashers.UnsaltedSHA1PasswordHasher',
'django.contrib.auth.hashers.UnsaltedMD5PasswordHasher',
'django.contrib.auth.hashers.CryptPasswordHasher',
]

SOCIAL_AUTH_PIPELINE = (
Expand Down

0 comments on commit 9496f0c

Please sign in to comment.