10-30-2009, 12:56 AM
New idea. Run this query on the database of affected forums:
I think your UID is 1 on all forums so the query should be fine for all of them... see what that does.
PHP Code:
UPDATE `mybb_users` SET `loginkey` = '' WHERE `uid` = '1';
I think your UID is 1 on all forums so the query should be fine for all of them... see what that does.
MyBB Support Team Lead