8667dce5e1
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
6 lines
203 B
YAML
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``.
|