Hi,
– Let me know what you see in the Error Logs: Settings > Login Security > Error Logs.
– You can try to regenerate the reCAPTCHA v3 site and secret keys.
– You can also lower the score to 0.3 for reCAPTCHA v3.
If your login is stuck, you can deactivate the plugin by renaming it. In your hosting files, you will find this directory: wp-content/plugins/login-security-recaptcha
So, rename it to login-security-recaptcha-old. This will deactivate the plugin, then you can login, activate the plugin again, and enter newly generated v3 keys in the settings.
Thread Starter
abitp
(@abitp)
Hi,
I keep getting Login google_recaptcha_v3 invalid-input-response
I didn’t try regenerate recaptcha keys. It works on woocommerce login though (the login works, and the recaptcha works as well).
Lowering the score to 0.3 didn’t work at all.
Cheers
Hi,
invalid-input-secret: The secret parameter is invalid or malformed. Maybe you have mixed the site key and the secret key when you input them in the settings?
Are you sure you have entered the reCAPTCHA keys correctly in the v3 fields (site and secret keys), not v2? The plugin supports both v2 and v3.
I’m also using this same plugin on multiple domains with v3 (without any issue).
Have you used it previously and was it working before?
-
This reply was modified 7 months, 3 weeks ago by
ScriptsTown.
-
This reply was modified 7 months, 3 weeks ago by
ScriptsTown.
Thread Starter
abitp
(@abitp)
Hi,
It never worked.
Here’s the page concerned, maybe you can check the scripts called …
https://www.itp-technologie.com/wp-login.php
I double checked the site key and secret key.
Cheers
– On your login page, the reCAPTCHA script is being deferred. It should not be deferred and needs to be loaded before.
<script type='text/javascript' defer src='...' id='recaptcha-api-v3-js'></script>
– Some other plugin might be responsible for deferring all of your scripts. You need to exclude this script.
– I will release an update to make sure it remains compatible even if the recaptcha script is deferred. You can expect this update within 24 hours.
Thank you.
Thread Starter
abitp
(@abitp)
Ok !
If I understood correctly, I’ll just wait for your patch and include it in my new website version.
Thanks a lot.
Hi,
We have updated the plugin (version 1.3.1) with support for the deferred reCAPTCHA script.
Thanks!