diff --git a/include/client/open.inc.php b/include/client/open.inc.php index 3f070c703d9c32b63fc43ca1f3001aff0207f546..26d146f22cd250589622ecea45d612847ecc239d 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> - <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">* <?php echo $errors['captcha']; ?></font> </td>