How can an admin turn off two factor authentication for a user?
「いいね!」 1
Navigate to the admin page for the user and click Disable.
If you prefer, you can also do it from the rails console: Disable 2FA via console
「いいね!」 2
You’ll need to use the console then, or wait for this fix to finish going through review and update your site.
「いいね!」 6
The fix has been merged. You’ll need to ensure your site is up to date via /admin/upgrade
, then Disable 2FA.
「いいね!」 2
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.