MyBB Community Forums

Full Version: This account has been locked out.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello guys,

My Admin password is locked

Your account is currently locked out after failing to login 5 times. You have been sent an email with instructions on how to unlock your account.

I forgot admin email, where can i change email in database?, i can't found columns with admin user.

Thanks in advance
Try this:

UPDATE `mybb_adminoptions` SET `loginattempts` = '0', `loginlockoutexpiry` = '0' WHERE `uid` = 'X';