Update frontend
[akkoma] / docs / administration / CLI_tasks / user.md
index 797641898890a43ecb604f2b4a4f2bd8f5bead30..1e6f4a8b43ddcb88256bb3a0e30a469998025000 100644 (file)
@@ -117,7 +117,7 @@ mix pleroma.user deactivate NICKNAME
 
 ## Deactivate all accounts from an instance and unsubscribe local users on it
 ```sh tab="OTP"
- ./bin/pleroma_ctl user deacitivate_all_from_instance <instance>
+ ./bin/pleroma_ctl user deactivate_all_from_instance <instance>
 ```
 
 ```sh tab="From Source"
@@ -135,6 +135,16 @@ mix pleroma.user reset_password <nickname>
 ```
 
 
+## Disable Multi Factor Authentication (MFA/2FA) for a user
+```sh tab="OTP"
+ ./bin/pleroma_ctl user reset_mfa <nickname>
+```
+
+```sh tab="From Source"
+mix pleroma.user reset_mfa <nickname>
+```
+
+
 ## Set the value of the given user's settings
 ```sh tab="OTP"
  ./bin/pleroma_ctl user set <nickname> [option ...]