Skip to content

Commit a1263cc

Browse files
authored
Merge pull request #50 from Spoken-tutorial/change_auth
update encryption
2 parents 2545d4e + 001507d commit a1263cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

forums/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131
MANAGERS = ADMINS
3232

3333
PASSWORD_HASHERS = (
34+
'django.contrib.auth.hashers.UnsaltedMD5PasswordHasher',
3435
'django.contrib.auth.hashers.PBKDF2PasswordHasher',
3536
'django.contrib.auth.hashers.PBKDF2SHA1PasswordHasher',
3637
'django.contrib.auth.hashers.BCryptSHA256PasswordHasher',
3738
'django.contrib.auth.hashers.BCryptPasswordHasher',
3839
'django.contrib.auth.hashers.SHA1PasswordHasher',
3940
'django.contrib.auth.hashers.MD5PasswordHasher',
4041
'django.contrib.auth.hashers.CryptPasswordHasher',
41-
'django.contrib.auth.hashers.UnsaltedMD5PasswordHasher',
4242
)
4343

4444

0 commit comments

Comments
 (0)