MyBB Community Forums

Full Version: ACP locked on Local host
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I testing my board on local host with wamp software.
Bymistake i enter 5 times wrong password for ACP and ACP logi n is locked.
So on local host how to unlock it on local host?
thank you.
Try running this:
UPDATE mybb_users SET loginattempts=1 WHERE uid=1

Replace 1 with your uid if you aren't 1.
Thanks bro.
I just change password through phpmyadmin and work.
hope your query run also work.