openstack-ansible-os_horizon/releasenotes/notes/horizon-enable-password-autocomplete-5f8f78a6c8f1edb3.yaml
Major Hayden 8667dce5e1
Optionally allow autocomplete in Horizon
Horizon disables password autocompletion by default. This causes
problems for users who use password managers and want to store
their Horizon credentials. This patch adds a variable that allows
a deployer to override this default.

Release notes are included.

Change-Id: I8eaa5a1773e6f182c436b312f2733a21505a867c
Closes-Bug: 1570505
2016-04-14 13:32:52 -05:00

6 lines
203 B
YAML

---
security:
- Horizon disables password autocompletion in the browser by default, but
deployers can now enable autocompletion by setting
``horizon_enable_password_autocomplete`` to ``True``.