New mix task: pleroma.user reset_mfa <nickname>

This commit is contained in:
Haelwenn (lanodan) Monnier 2020-06-11 22:54:39 +02:00
commit 40970f6bb9
No known key found for this signature in database
GPG key ID: D5B7A8E43C997DEE
3 changed files with 52 additions and 0 deletions

View file

@ -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 ...]