• Resolved aengusm

    (@aengusm)


    I have a page with a reCaptcha (page provided by my hoster, using my secrets) that sits in front of my wp-login and does a great job at protecting the login page.
    It is a relatively simple page, just a captcha on it.
    However, on my login page I always get a “Incorrect ReCaptcha, please try again” after I pass the first page.
    The error causes no issue, the user can proceed, username/password and answer the second captcha, but I’d like to try and sort it out.
    I assume the issue is the first token trying to work with the second captcha …. I know it is a bit of a “how long is a piece of string” question, but any thoughts on how I might be able to resolve this?
    Other than that, thanks for the plug-in, works really well!
    Thanks,
    Aengus

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter aengusm

    (@aengusm)

    I should add, I know that is totally weird, why have two captcha, I have been asked to do that…I’ll convince them otherwise at a later date.

    Plugin Author Robert Peake

    (@robertpeake)

    Hi Aengus,

    The two plugins are almost certainly conflicting at the javascript level, where they are both trying to take in the Google library and define values for use in the library. I’d start by looking there. Good luck!

    Best,
    Robert

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘reCaptcha before login page’ is closed to new replies.