How can an admin turn off two factor authentication for a user?
1 Like
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 Likes
You’ll need to use the console then, or wait for this fix to finish going through review and update your site.
6 Likes
The fix has been merged. You’ll need to ensure your site is up to date via /admin/upgrade
, then Disable 2FA.
2 Likes
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.