mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 02:17:37 -02:30
Support PBKDF2 passwords in dev.
This commit is contained in:
@@ -57,6 +57,7 @@ if 'django_jenkins' in INSTALLED_APPS:
|
|||||||
# https://docs.djangoproject.com/en/1.6/topics/auth/passwords/#how-django-stores-passwords
|
# https://docs.djangoproject.com/en/1.6/topics/auth/passwords/#how-django-stores-passwords
|
||||||
PASSWORD_HASHERS = (
|
PASSWORD_HASHERS = (
|
||||||
'django.contrib.auth.hashers.MD5PasswordHasher',
|
'django.contrib.auth.hashers.MD5PasswordHasher',
|
||||||
|
'django.contrib.auth.hashers.PBKDF2PasswordHasher',
|
||||||
)
|
)
|
||||||
|
|
||||||
# Configure a default UUID for development only.
|
# Configure a default UUID for development only.
|
||||||
|
|||||||
Reference in New Issue
Block a user