Temporarily remove the use of Captcha

If you have checked the option to use the Captcha on the login page and are having trouble logging in, you can temporarily disable it.

To bypass this security you will need a FTP access (this will legitimate your rights) to edit the wp-config.php file to add a constant, you'll have to delete it after:

  • Add this line near the top: define( 'SECUPRESS_ALLOW_LOGIN_ACCESS', true );
    • It is important to note that this line will also disable the functionality that allows double authentication, and move login
  • Then, visit the usual and native login page of WordPress /wp-login.php
  • Log in
  • Delete the constant line

Done!