Add mix pleroma.user unsubscribe to mix doc

This commit is contained in:
rinpatch 2018-12-07 10:39:54 +03:00
parent c88db2c1b1
commit f661813807
1 changed files with 5 additions and 1 deletions

View File

@ -21,7 +21,7 @@ defmodule Mix.Tasks.Pleroma.User do
## Generate an invite link.
mix pleroma.user invite
mix pleroma.user invite
## Delete the user's account.
@ -30,6 +30,10 @@ defmodule Mix.Tasks.Pleroma.User do
## Deactivate or activate the user's account.
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.