• ERROR: Please confirm you are not a robot.

    Is what I’m getting when trying to login from wp-login.php (login form for wp-admin).

    How to fix that ?

    Cheers

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author ScriptsTown

    (@scriptstown)

    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 ITP TECHNOLOGIE

    (@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

    Plugin Author ScriptsTown

    (@scriptstown)

    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 3 years, 2 months ago by ScriptsTown.
    • This reply was modified 3 years, 2 months ago by ScriptsTown.
    Thread Starter ITP TECHNOLOGIE

    (@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

    Plugin Author ScriptsTown

    (@scriptstown)

    – 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 ITP TECHNOLOGIE

    (@abitp)

    Ok !
    If I understood correctly, I’ll just wait for your patch and include it in my new website version.
    Thanks a lot.

    Plugin Author ScriptsTown

    (@scriptstown)

    Hi,

    We have updated the plugin (version 1.3.1) with support for the deferred reCAPTCHA script.

    Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘WP Admin error’ is closed to new replies.