mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 16:51:11 +03:00
Support PBKDF2 passwords in dev.
This commit is contained in:
parent
04cb3c9065
commit
7d65b439fa
@ -57,6 +57,7 @@ if 'django_jenkins' in INSTALLED_APPS:
|
||||
# https://docs.djangoproject.com/en/1.6/topics/auth/passwords/#how-django-stores-passwords
|
||||
PASSWORD_HASHERS = (
|
||||
'django.contrib.auth.hashers.MD5PasswordHasher',
|
||||
'django.contrib.auth.hashers.PBKDF2PasswordHasher',
|
||||
)
|
||||
|
||||
# Configure a default UUID for development only.
|
||||
|
Loading…
Reference in New Issue
Block a user