oiooj / cool-php-captcha

Automatically exported from code.google.com/p/cool-php-captcha
GNU General Public License v3.0
0 stars 0 forks source link

captcha input tag #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
next bug is in 
example-form.php
line 86:
<input type="text" name="captcha" id="captcha-form" /><br/>

here is missing autocomplete="off" 
<input type="text" name="captcha" id="captcha-form" autocomplete="off" /><br/>
to force browser never save history of previous submitted texts

Original issue reported on code.google.com by svecp...@gmail.com on 31 Aug 2010 at 8:07

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r33.

Original comment by joserodr...@gmail.com on 1 Sep 2010 at 4:48