• Resolved 2bretired

    (@2bretired)


    After installing wp recaptha login I cannot log in. How do I bypass the recapture to login to correct the problem.

    Thanks Bob.

Viewing 1 replies (of 1 total)
  • Thread Starter 2bretired

    (@2bretired)

    OK found the following and it worked a charm.

    Okay it happens because :
    1) you entered wrong captcha guess, or
    2) you have not entered (have not configured) reCAPTCHA API key / Secret
    3) you entered wrong reCAPTCHA API key / Secret
    You should reconfigure your reCAPTCHA option from admin page.
    To disable the login reCAPTCHA plugin, from your file manager, open wp-login-recaptcha.php file in your plugin directory.
    Next, find this line.
    define(‘XRVEL_LOGIN_RECAPTCHA_ENABLED’, true);
    Change it into
    define(‘XRVEL_LOGIN_RECAPTCHA_ENABLED’, false);
    Save it. Now the reCAPTCHA is disabled on login page.

Viewing 1 replies (of 1 total)

The topic ‘Cannot log in after installing recapture’ is closed to new replies.