[SOLVED] Captcha validation is always incorrect (PavelMaca\Captcha\CaptchaControl)
Notice: This thread is very old.
- orech
- Member | 40
Hi,
I'm using Captcha Control addon to generate catpcha to my form (Yes, I have to
use captcha).
Captcha image is shown perfectly and addon is very customizable. But there is
one problem…Even if the word is input correctly, the validation fails.
https://github.com/…ptchaControl
I have no idea what to do, I'm quite new to Nette.
Thanks in advance for help.
EDIT: All you need to do is:
Change this:
self::$session->$uid
and
self::$session[$uid]
To
self::$session->uid
Last edited by orech (2012-06-22 19:11)