my flatmate who i live with has locked himself out of his accout on my fourm it says he needs to wait 15 mins before he can login, how do i override this so he can login immediately.?
If it happens again, clear cookies and change the value of the login attempts field in the users table to 0 for that user.
Clear Cookies - that should solve problem.
(2010-03-22, 12:58 PM)MattRogowski Wrote: [ -> ]If it happens again, clear cookies and change the value of the login attempts field in the users table to 0 for that user.
Where do i find this? I cannot seem to find it.
Run this query:
UPDATE `mybb_users` SET `loginattempts` = '0' WHERE `uid` = '1';
Change the 1 if that's not your UID.
Thanks i think it worked.