Subject: | sub captcha_check returns true for invalid captcha, does not match documentation |
The docs say the sub captcha_check would return true if there is success
and claims one can do:
if ( $c->forward(captcha_check) ) {
# do something based on the reCAPTCHA passing
}
but the sub returns 1 even if the result was not valid.