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

One letter codes most of the time #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install cool captcha
2. Add code from example form to site
3. Load page and refresh

What is the expected output? What do you see instead?

There's a 5 letter minimum variable, but it seems it's not respected because 
I'm getting 1 letter captchas 70% of the time

What version of the product are you using? On what operating system?
0.3 Windoes XP, mozilla firefox, 

Please provide any additional information below.

Seems like a regular bug, there should be a simple fix or workaround to ensure 
lengthysome codes.

Original issue reported on code.google.com by eulices....@gmail.com on 21 Sep 2010 at 9:02

GoogleCodeExporter commented 9 years ago
I am also having similar problem.One letter code is getting shown at times. Is 
there some fix for this problem.

Original comment by sarika...@cabotsolutions.com on 8 Dec 2011 at 4:41

GoogleCodeExporter commented 9 years ago
same here

Original comment by r...@softrigger.com on 17 May 2012 at 11:06

GoogleCodeExporter commented 9 years ago
me too

Original comment by pwezapw...@gmail.com on 28 May 2012 at 8:55

GoogleCodeExporter commented 9 years ago
found a fix: 

in captcha.php, line 123, replace null with true.

I have no idea why this happens, on 2 servers it worked fine, on the third one 
I got this problem...

found fix at: http://code.google.com/p/cool-php-captcha/issues/detail?id=3

Original comment by kef...@kefcom.be on 3 Jun 2013 at 6:53