Merge branch 'master' into logging

This commit is contained in:
Yohann D'ANELLO 2020-02-27 14:36:27 +01:00
commit 079e423343
16 changed files with 145 additions and 71 deletions

View file

@ -118,6 +118,12 @@ AUTH_PASSWORD_VALIDATORS = [
},
]
# Use our custom hasher in order to import NK15 passwords
PASSWORD_HASHERS = [
'django.contrib.auth.hashers.PBKDF2PasswordHasher',
'member.hashers.CustomNK15Hasher',
]
# Django Guardian object permissions
AUTHENTICATION_BACKENDS = (