Skip to content

Commit 4702ab0

Browse files
authored
Merge pull request #46 from PROCOLLAB-github/VeryBigSad-patch-1
Update settings.py
2 parents b66f62e + 953de91 commit 4702ab0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

procollab/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
]
2727

2828
PASSWORD_HASHERS = [
29-
"django.contrib.auth.hashers.BCryptPasswordHasher",
3029
"django.contrib.auth.hashers.BCryptSHA256PasswordHasher",
30+
"django.contrib.auth.hashers.BCryptPasswordHasher",
3131
"django.contrib.auth.hashers.PBKDF2PasswordHasher",
3232
"django.contrib.auth.hashers.PBKDF2SHA1PasswordHasher",
3333
"django.contrib.auth.hashers.Argon2PasswordHasher",

0 commit comments

Comments
 (0)