mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 20:30:46 -03:30
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…
x
Reference in New Issue
Block a user