How to log in when I forgot my new slug name for the move login module

If you set a new login page name with the Move Login feature from the "Users & Logins" module, BUT you forgot that name, you may be locked out of your site.

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
  • Then, visit the usual and native login page of WordPress /wp-login.php
  • Log in
  • Delete, rename, remind the page name
  • Delete the constant line

Done!