Two-Factor Authentication Issue
#1
Hello everyone,
The best solution for Admins who can't access their ACP after enabling the "Two-Factor Authentication" is here:
https://community.mybb.com/thread-189134...pid1392649
Thanks flies to the author:  Mr. lolapples
Reply
#2
You can clear 2FA by running this query through your database:
UPDATE `mybb_adminoptions` SET `authsecret`='' WHERE  `uid`=1;

Change table prefix (mybb_) and / or uid (1) if they are different in your case.
Reply
#3
(2024-03-15, 06:18 PM)effone Wrote: You can clear 2FA by running this query through your database:
UPDATE `mybb_adminoptions` SET `authsecret`='' WHERE  `uid`=1;

Change table prefix (mybb_) and / or uid (1) if they are different in your case.

Great feedback!
Thanks!
Reply
#4
Yea but just ensure you don't forget to reenable it thereafter.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)