Math Captcha Failure on login forms with 4.4.11
-
It looks like with the change from storing the captcha settings from transients to options, I’m unable to get past the math captchas on the login forms.
If I disable the delete_option commands on lines 208/209 in the classes/wp-security-captcha.php file, then I’m able to successfully complete the math equation and finish logging in. With those two lines enabled, the math captcha always fails.
When I added logging to that function, it appears to be running twice. It returns true the first time, then deletes the option, and on the second pass, it fails because the option was deleted.
This is happening on multiple sites that I manage some with the default twenty-fourteen theme and others with custom themes.
The topic ‘Math Captcha Failure on login forms with 4.4.11’ is closed to new replies.