Skip to content

Commit

Permalink
using SHA1PasswordHasher for tests instead of UnsaltedMD5PasswordHasher
Browse files Browse the repository at this point in the history
  • Loading branch information
Fantomas42 committed Jan 24, 2013
1 parent 7736c4f commit 1dbdfb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zinnia/testsettings.py
Expand Up @@ -19,7 +19,7 @@
'locale')]

PASSWORD_HASHERS = [
'django.contrib.auth.hashers.UnsaltedMD5PasswordHasher']
'django.contrib.auth.hashers.SHA1PasswordHasher']

TEMPLATE_CONTEXT_PROCESSORS = [
'django.core.context_processors.request',
Expand Down

0 comments on commit 1dbdfb5

Please sign in to comment.