• Resolved wpadrien

    (@wpadrien)


    Hello,

    Thank you for your plugin that we use on our site to add a recaptcha on the login page.
    We are running into a issue with another plugin: “tarteaucitron” which allows to manage cookies to comply with GDPR.
    We don’t have a problem when we use a V2 reCAPTCHA but it doesn’t work with a V3. It is never validated.
    According to tarteaucitron, this is because this plugin does not “reload” the reCAPTCHA once the reCAPTCHA cookie is accepted by tarteaucitron.

    Do you have a solution for this issue ?

    Thank you in advance for your answer.
    Best

    • This topic was modified 2 years, 8 months ago by wpadrien.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author robertabela

    (@robert681)

    Hello @wpadrien

    Thank you for using our plugin and for reporting this issue.

    We are looking into this with the developers and we’ll let you know as soon as we have an update.

    Thank you for your patience.

    Plugin Author robertabela

    (@robert681)

    Hello @wpadrien

    We have looked into the issue and as such there is nothing we can do from our end. The CAPTCHA is not loading because the “tarteaucitron” plugin disables all the scripts on a page when loading until the user accepts the cookies. This process disables the reCAPTCHA script.

    However, there is no way for our plugin to know when the user accepts the cookies. So in this case the easiest solution would be for the “tarteaucitron” plugin to reload the page without tampering the scripts when the user accepts the cookies.

    I hope this helps. If need be, we’d be more than happy to talk to the plugin’s developer about this issue. They can always email me directly at robert at wpwhitesecurity dot com.

    I hope the above helps. Should you have any other questions, please do not hesitate to ask.

    Have a great day.

    Hi

    I’m the dev of tarteaucitron.

    You can use this Javascript event to know that recaptcha is allowed by tarteaucitron:

    
    document.addEventListener("recaptcha_loaded", function(){});
    
    Plugin Author robertabela

    (@robert681)

    Thank you for the tip @amauric

    We will look into this. Have a good weekend.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Incompatibility with the tarteaucitron plugin (gpdr) and reCAPTCHA v3’ is closed to new replies.