diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-10-13 16:44:27 -0500 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2021-01-15 11:25:32 -0600 |
commit | 75166607532723055ae24d5c9ac0e7f03160c913 (patch) | |
tree | 365c1be9673407f43b84a885be1076db4d115de5 /docs/administration/CLI_tasks | |
parent | a59e32f1dda3d35539b48a27224427e6230fe912 (diff) | |
download | pleroma-75166607532723055ae24d5c9ac0e7f03160c913.tar.gz pleroma-75166607532723055ae24d5c9ac0e7f03160c913.zip |
Remove toggle_activation
Diffstat (limited to 'docs/administration/CLI_tasks')
-rw-r--r-- | docs/administration/CLI_tasks/user.md | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/docs/administration/CLI_tasks/user.md b/docs/administration/CLI_tasks/user.md index b57dce0e7..9fde9631e 100644 --- a/docs/administration/CLI_tasks/user.md +++ b/docs/administration/CLI_tasks/user.md @@ -134,21 +134,6 @@ ``` -## Deactivate or activate a user - -=== "OTP" - - ```sh - ./bin/pleroma_ctl user toggle_activated <nickname> - ``` - -=== "From Source" - - ```sh - mix pleroma.user toggle_activated <nickname> - ``` - - ## Deactivate a user and unsubscribes local users from the user === "OTP" |