User:Sirdog/Fix 2FA: Difference between revisions
Jump to navigation
Jump to search
Created page with "If someone enables 2FA and loses their tokens and shit, run one of the following: <pre> ./maintenance/run OATHAuth:disableOATHAuthForUser <user> <--> php ./extensions/OATHAuth/maintenance/disableOATHAuthForUser.php <user> </pre>" |
(No difference)
|
Revision as of 13:48, 10 April 2025
If someone enables 2FA and loses their tokens and shit, run one of the following:
./maintenance/run OATHAuth:disableOATHAuthForUser <user> <--> php ./extensions/OATHAuth/maintenance/disableOATHAuthForUser.php <user>