diff options
author | Luke Hinds <lhinds@redhat.com> | 2016-11-15 13:51:36 +0000 |
---|---|---|
committer | Luke Hinds <lhinds@redhat.com> | 2016-11-17 13:28:14 +0000 |
commit | ca122325ddb9b17c75bc3050ff17ed71fd273e7e (patch) | |
tree | e49fa80d2b22e2175ba9f6b14ec91c98b7b25238 /puppet | |
parent | e171ef1b684ee8dcc13b30586f11f5ccb54eba98 (diff) |
Enable enforce_password_check
By setting ENFORCE_PASSWORD_CHECK to `True`, it displays an 'Admin
Password' field on the Change Password form to verify that it is indeed
the admin logged-in who wants to change the password.
Change-Id: Ib11bef93b6b0c74063052875fa361290bf1e92fd
Depends-On: If7af97df7a011569a7e14fbab4f880688d7b82c3
Closes-Bug: #1640806
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/services/horizon.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/services/horizon.yaml b/puppet/services/horizon.yaml index 017bb76f..f9b19349 100644 --- a/puppet/services/horizon.yaml +++ b/puppet/services/horizon.yaml @@ -59,6 +59,7 @@ outputs: - 80 - 443 horizon::disable_password_reveal: true + horizon::enforce_password_check: true horizon::cache_backend: django.core.cache.backends.memcached.MemcachedCache horizon::django_session_engine: 'django.contrib.sessions.backends.cache' horizon::vhost_extra_params: |