diff --git a/htdocs/core/tpl/login.tpl.php b/htdocs/core/tpl/login.tpl.php
index 7934bb58009..8d9c79f807d 100644
--- a/htdocs/core/tpl/login.tpl.php
+++ b/htdocs/core/tpl/login.tpl.php
@@ -177,7 +177,7 @@ if ($captcha) {
- " class="flat input-icon-security width150" type="text" maxlength="5" name="code" tabindex="3" />
+ " class="flat input-icon-security width150" type="text" maxlength="5" name="code" tabindex="3" autocomplete="off" />
diff --git a/htdocs/core/tpl/passwordforgotten.tpl.php b/htdocs/core/tpl/passwordforgotten.tpl.php
index 44d3c0199ac..2fb21094b4d 100644
--- a/htdocs/core/tpl/passwordforgotten.tpl.php
+++ b/htdocs/core/tpl/passwordforgotten.tpl.php
@@ -126,7 +126,7 @@ if (!empty($captcha)) {
- " class="flat input-icon-security width150" type="text" maxlength="5" name="code" tabindex="3" />
+ " class="flat input-icon-security width150" type="text" maxlength="5" name="code" tabindex="3" autocomplete="off" />