forked from AkkomaGang/akkoma
Add mix pleroma.user unsubscribe to mix doc
This commit is contained in:
parent
c88db2c1b1
commit
f661813807
1 changed files with 5 additions and 1 deletions
|
@ -31,6 +31,10 @@ defmodule Mix.Tasks.Pleroma.User do
|
||||||
|
|
||||||
mix pleroma.user toggle_activated NICKNAME
|
mix pleroma.user toggle_activated NICKNAME
|
||||||
|
|
||||||
|
## Unsubscribe local users from user's account and deactivate it
|
||||||
|
|
||||||
|
mix pleroma.user unsubscribe NICKNAME
|
||||||
|
|
||||||
## Create a password reset link.
|
## Create a password reset link.
|
||||||
|
|
||||||
mix pleroma.user reset_password NICKNAME
|
mix pleroma.user reset_password NICKNAME
|
||||||
|
|
Loading…
Reference in a new issue