We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SHA1PasswordHasher
1 parent a274db0 commit be09d1cCopy full SHA for be09d1c
cms/envs/test.py
@@ -198,7 +198,6 @@
198
################### Make tests faster
199
# http://slacy.com/blog/2012/04/make-your-tests-faster-in-django-1-4/
200
PASSWORD_HASHERS = [
201
- "django.contrib.auth.hashers.SHA1PasswordHasher",
202
"django.contrib.auth.hashers.MD5PasswordHasher",
203
]
204
lms/envs/test.py
@@ -336,7 +336,6 @@
336
337
338
339
- 'django.contrib.auth.hashers.SHA1PasswordHasher',
340
'django.contrib.auth.hashers.MD5PasswordHasher',
341
342
0 commit comments