From ca122325ddb9b17c75bc3050ff17ed71fd273e7e Mon Sep 17 00:00:00 2001 From: Luke Hinds Date: Tue, 15 Nov 2016 13:51:36 +0000 Subject: 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 --- puppet/services/horizon.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'puppet/services/horizon.yaml') 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: -- cgit 1.2.3-korg