Skip to content
Snippets Groups Projects
Commit ef949d96 authored by Jared Hancock's avatar Jared Hancock
Browse files

Merge pull request #821 from nignag/patch-1


captcha field without autocomplete

Reviewed-By: default avatarJared Hancock <jared@osticket.com>
parents 97d6e25b d1b35a6b
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