From d1b35a6b9e1380b8879005e75007036a2c73139c Mon Sep 17 00:00:00 2001
From: Steven <nignag@users.noreply.github.com>
Date: Tue, 29 Apr 2014 20:26:05 +0200
Subject: [PATCH] captcha field without autocomplete

---
 include/client/open.inc.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/client/open.inc.php b/include/client/open.inc.php
index 3f070c703..26d146f22 100644
--- a/include/client/open.inc.php
+++ b/include/client/open.inc.php
@@ -71,7 +71,7 @@ $info=($_POST && $errors)?Format::htmlchars($_POST):$info;
         <td>
             <span class="captcha"><img src="captcha.php" border="0" align="left"></span>
             &nbsp;&nbsp;
-            <input id="captcha" type="text" name="captcha" size="6">
+            <input id="captcha" type="text" name="captcha" size="6" autocomplete="off">
             <em>Enter the text shown on the image.</em>
             <font class="error">*&nbsp;<?php echo $errors['captcha']; ?></font>
         </td>
-- 
GitLab