User:Sirdog/Fix 2FA: Difference between revisions

From Endurance Coalition
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 edit summary
 
Line 2: Line 2:


<pre>
<pre>
./maintenance/run OATHAuth:disableOATHAuthForUser <user>
./maintenance/run OATHAuth:disableOATHAuthForUser <user>
<-->
</pre>
 
<pre>
php ./extensions/OATHAuth/maintenance/disableOATHAuthForUser.php <user>
php ./extensions/OATHAuth/maintenance/disableOATHAuthForUser.php <user>
</pre>
</pre>

Latest 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>