• Resolved Emre Vona

    (@emrevona)


    Let me explain how to login without reCAPTCHA.

    1. Open login url

    2. Open Inspector

    3. Remove the attribute which is disabled=”disabled”

    4. Just click on login button

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Robert Peake

    (@robertpeake)

    The security of the reCaptcaha is not dependent on the javascript that disables the login button. If you reenable the login button but do not check the reCaptcha box, attempting to log in will result in the error message: “ERROR : Please check the ReCaptcha box.”

    If you do not see this message it may be possible that your reCaptcha keys are not configured correctly.

    Thread Starter Emre Vona

    (@emrevona)

    can you set up your plugin in a dev site and tell me the url please? I want to test on the site.

    Plugin Author Robert Peake

    (@robertpeake)

    No, there is no demo version of the plugin that I know about. You can, of course, set up your own development server to test it prior to installing it on a production environment, and this is generally a good practice for any WordPress plugin.

    Thread Starter Emre Vona

    (@emrevona)

    If you do not see this message it may be possible that your reCaptcha keys are not configured correctly.

    how can it be possible? Just I made copy/paste.

    Plugin Author Robert Peake

    (@robertpeake)

    @emrevona sorry, I am confused at this point — are you actually able to log in without un-checking the reCaptcha on your WP site installation, or are you only able to re-enable the login button using the Chrome inspector tool?

    Thread Starter Emre Vona

    (@emrevona)

    Exactly. Therefor, I explained with the screenshot. You should try it as soon as possible. No need to lose time with talking to me. I am a plugin developer too.

    Plugin Author Robert Peake

    (@robertpeake)

    Thanks.

    It is important to note that the plugin is only designed to enforce the reCaptcha on 1) a standard WordPress login page using the form POST method and 2) a standard WooCommerce login page. Other authentication methods, such as using OAuth or Single-Sign-On deliberately bypass the back-end reCaptcha checking for sake of compatibility.

    If you would like to troubleshoot this issue further, please disable all other plugins and switch to a standard theme such as Twentyseventeen. Then, by systematically adding back plugins, you may be able to determine if one or more plugins are causing this behaviour due to a conflict.

    Thread Starter Emre Vona

    (@emrevona)

    I just wanted to inform you. You can investigate or not. As you wish ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘There is a big glitch! I can login without reCAPTCHA’ is closed to new replies.