• When the password is entered incorrectly 1 time, it does not allow logging in again. “Something went wrong. Please try again.” Gives a fault.

    How can I fix this error?
    Thanks.

Viewing 1 replies (of 1 total)
  • Hi,

    If you are unable to log in you can add the code below into the wp-config.php file anywhere as long as it is between the first line ( <?php ) and the line that says / That’s all, stop editing. Happy Blogging / to temporarily disable all features so you can log in.

    
    
    define('ITSEC_DISABLE_MODULES', true);
    
    

    Once you are logged back in go to Security> Settings> Local Brute Force Detection and check how stringent the lockout settings are.

    Thanks,

    Matt

Viewing 1 replies (of 1 total)

The topic ‘Login error’ is closed to new replies.