diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-06-11 22:54:39 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-06-11 22:54:48 +0200 |
commit | 40970f6bb94760d19cc1d3201405df5bb32f5083 (patch) | |
tree | 6331de242c3b36d615d5f12ec9e3324708a308ab /docs/administration/CLI_tasks | |
parent | 7aa6c82937090ca6f2298dee0ef894954ca2f129 (diff) | |
download | pleroma-40970f6bb94760d19cc1d3201405df5bb32f5083.tar.gz pleroma-40970f6bb94760d19cc1d3201405df5bb32f5083.zip |
New mix task: pleroma.user reset_mfa <nickname>
Diffstat (limited to 'docs/administration/CLI_tasks')
-rw-r--r-- | docs/administration/CLI_tasks/user.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/administration/CLI_tasks/user.md b/docs/administration/CLI_tasks/user.md index afeb8d52f..1e6f4a8b4 100644 --- a/docs/administration/CLI_tasks/user.md +++ b/docs/administration/CLI_tasks/user.md @@ -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 ...] |