mirror of
https://git.youjo.love/youjo/youjo-be.git
synced 2025-03-22 10:47:49 +01:00
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
|
@ -21,7 +21,7 @@ defmodule Mix.Tasks.Pleroma.User do
|
||||||
|
|
||||||
## Generate an invite link.
|
## Generate an invite link.
|
||||||
|
|
||||||
mix pleroma.user invite
|
mix pleroma.user invite
|
||||||
|
|
||||||
## Delete the user's account.
|
## Delete the user's account.
|
||||||
|
|
||||||
|
@ -30,6 +30,10 @@ defmodule Mix.Tasks.Pleroma.User do
|
||||||
## Deactivate or activate the user's account.
|
## Deactivate or activate the user's account.
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue