diff --git a/kallithea/templates/admin/auth/auth_settings.html b/kallithea/templates/admin/auth/auth_settings.html
--- a/kallithea/templates/admin/auth/auth_settings.html
+++ b/kallithea/templates/admin/auth/auth_settings.html
@@ -64,7 +64,7 @@
- ${h.password(fullsetting,class_='small')}
+ ${h.password(fullsetting,class_='small',autocomplete="off")}
${setting["description"]}
diff --git a/kallithea/templates/admin/users/user_add.html b/kallithea/templates/admin/users/user_add.html
--- a/kallithea/templates/admin/users/user_add.html
+++ b/kallithea/templates/admin/users/user_add.html
@@ -44,7 +44,7 @@
- ${h.password('password',class_='small')}
+ ${h.password('password',class_='small',autocomplete="off")}
diff --git a/kallithea/templates/register.html b/kallithea/templates/register.html
--- a/kallithea/templates/register.html
+++ b/kallithea/templates/register.html
@@ -49,7 +49,7 @@
- ${h.password('password',class_="medium")}
+ ${h.password('password',class_="medium",autocomplete="off")}
@@ -58,7 +58,7 @@
- ${h.password('password_confirmation',class_="medium")}
+ ${h.password('password_confirmation',class_="medium",autocomplete="off")}