We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b66f62e + 953de91 commit 4702ab0Copy full SHA for 4702ab0
1 file changed
procollab/settings.py
@@ -26,8 +26,8 @@
26
]
27
28
PASSWORD_HASHERS = [
29
- "django.contrib.auth.hashers.BCryptPasswordHasher",
30
"django.contrib.auth.hashers.BCryptSHA256PasswordHasher",
+ "django.contrib.auth.hashers.BCryptPasswordHasher",
31
"django.contrib.auth.hashers.PBKDF2PasswordHasher",
32
"django.contrib.auth.hashers.PBKDF2SHA1PasswordHasher",
33
"django.contrib.auth.hashers.Argon2PasswordHasher",
0 commit comments