Remove toggle_activation

This commit is contained in:
Mark Felder 2020-10-13 16:44:27 -05:00 committed by Mark Felder
commit 7516660753
4 changed files with 1 additions and 63 deletions

View file

@ -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"