Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

Commit

Permalink
remove default HASHERS in local.py-dist
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbe committed Oct 10, 2012
1 parent ee42f34 commit d945736
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pto/settings/local.py-dist
Expand Up @@ -37,17 +37,11 @@ DATABASES = {
# }
#}

HMAC_KEYS = {
'2012-06-14': 'some secrety',
}
from django_sha2 import get_password_hashers
PASSWORD_HASHERS = get_password_hashers(base.BASE_PASSWORD_HASHERS, HMAC_KEYS)

## Good things for development
#DEBUG = TEMPLATE_DEBUG = DEBUG_PROPAGATE_EXCEPTIONS = True
#TEMPLATE_STRING_IF_INVALID = '!{ %s }'
#EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
#PWD_ALGORITHM = 'sha521'
#SESSION_COOKIE_SECURE = False # if you run http://localhost:8000

AUTH_LDAP_BIND_PASSWORD = 'Must be entered'
Expand Down

0 comments on commit d945736

Please sign in to comment.