Home › Forums › Invisible reCaptcha › How-To and Troubleshooting › Continuous Login Loop › Reply To: Continuous Login Loop

Brett Goerzen
I’m not sure if you guys figured this out yet, but in my case, my server was blocking invisible recaptcha. I had to whitelist a modsecurity rule on my server to allow invisible recaptcha to work properly.
If you can, look in you server error log for something like:
[Mon Dec 04 19:02:07.978574 2017] [:error] [pid 56172:tid 140038914397952] [client 10.20.7.250:45296] [client 10.20.7.250] ModSecurity: Access denied with code 402 (phase 2). Operator EQ matched 0 at ARGS. [file “/etc/apache2/conf.d/modsec2.liquidweb.conf”] [line “532”] [id “5000214”] [hostname “usswichita.org”] [uri “/wp-login.php”] [unique_id “WiXh-3w54hqHYWVt9ZQVagAAAE0”], referer: https://usswichita.org/wp-login.php
In my case it was modsecurity rule ID 5000214 that was blocking recaptcha from firing. I hope this helps someone!