Merge "Set the password_autocomplete default to "off""
This commit is contained in:
commit
fd56ce78c6
@ -212,7 +212,7 @@ requires them.
|
||||
|
||||
.. versionadded:: 2013.1(Grizzly)
|
||||
|
||||
Default: ``"on"``
|
||||
Default: ``"off"``
|
||||
|
||||
Controls whether browser autocompletion should be enabled on the login form.
|
||||
Valid values are ``"on"`` and ``"off"``.
|
||||
|
@ -40,7 +40,7 @@ HORIZON_CONFIG = {
|
||||
'password_validator': {'regex': '.*',
|
||||
'help_text': _("Password is not accepted")},
|
||||
|
||||
'password_autocomplete': 'on',
|
||||
'password_autocomplete': 'off',
|
||||
|
||||
# Enable or disable simplified floating IP address management.
|
||||
'simple_ip_management': True
|
||||
|
Loading…
Reference in New Issue
Block a user