Skip to content
Snippets Groups Projects
Commit d1b35a6b authored by Steven's avatar Steven
Browse files

captcha field without autocomplete

parent d72c33ed
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment