Merge "Set the password_autocomplete default to "off""

This commit is contained in:
Jenkins 2015-02-11 19:24:18 +00:00 committed by Gerrit Code Review
commit fd56ce78c6
2 changed files with 2 additions and 2 deletions

View File

@ -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"``.

View File

@ -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