forked from AkkomaGang/akkoma
Document pleroma.user activate mix task
This commit is contained in:
parent
5e8da27e14
commit
6e51d7264b
1 changed files with 13 additions and 0 deletions
|
@ -133,6 +133,19 @@
|
|||
mix pleroma.user sign_out <nickname>
|
||||
```
|
||||
|
||||
## Activate a user
|
||||
|
||||
=== "OTP"
|
||||
|
||||
```sh
|
||||
./bin/pleroma_ctl user activate NICKNAME
|
||||
```
|
||||
|
||||
=== "From Source"
|
||||
|
||||
```sh
|
||||
mix pleroma.user activate NICKNAME
|
||||
```
|
||||
|
||||
## Deactivate a user and unsubscribes local users from the user
|
||||
|
||||
|
|
Loading…
Reference in a new issue