password autocomplete for all horizon's versions
diff --git a/horizon/files/local_settings/helpdesk_settings.py b/horizon/files/local_settings/helpdesk_settings.py
index 73ccb63..1680e15 100644
--- a/horizon/files/local_settings/helpdesk_settings.py
+++ b/horizon/files/local_settings/helpdesk_settings.py
@@ -20,6 +20,7 @@
     'exceptions': {'recoverable': exceptions.RECOVERABLE,
                    'not_found': exceptions.NOT_FOUND,
                    'unauthorized': exceptions.UNAUTHORIZED},
+    'password_autocomplete': 'on'
 }
 
 INSTALLED_APPS = (
diff --git a/horizon/files/local_settings/liberty_settings.py b/horizon/files/local_settings/liberty_settings.py
index 1bf3167..e65d7d7 100644
--- a/horizon/files/local_settings/liberty_settings.py
+++ b/horizon/files/local_settings/liberty_settings.py
@@ -26,6 +26,7 @@
     'angular_modules': [],
     'js_files': [],
     'js_spec_files': [],
+    'password_autocomplete': 'on'
 }
 {%- if app.theme is defined or app.plugin.horizon_theme is defined %}
 {%- if app.theme is defined %}
diff --git a/horizon/files/local_settings/robotice_settings.py b/horizon/files/local_settings/robotice_settings.py
index c29dab0..594da1c 100644
--- a/horizon/files/local_settings/robotice_settings.py
+++ b/horizon/files/local_settings/robotice_settings.py
@@ -19,6 +19,7 @@
     'exceptions': {'recoverable': exceptions.RECOVERABLE,
                    'not_found': exceptions.NOT_FOUND,
                    'unauthorized': exceptions.UNAUTHORIZED},
+    'password_autocomplete': 'on'
 }
 
 INSTALLED_APPS = (