fix: removing deprecated SHA1PasswordHasher from tests. (#36881)
This commit is contained in:
@@ -336,7 +336,6 @@ HOSTNAME_MODULESTORE_DEFAULT_MAPPINGS = {}
|
||||
################### Make tests faster
|
||||
|
||||
PASSWORD_HASHERS = [
|
||||
'django.contrib.auth.hashers.SHA1PasswordHasher',
|
||||
'django.contrib.auth.hashers.MD5PasswordHasher',
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user