projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c88db2c
)
Add mix pleroma.user unsubscribe to mix doc
author
rinpatch
<rinpatch@sdf.org>
Fri, 7 Dec 2018 07:39:54 +0000
(10:39 +0300)
committer
rinpatch
<rinpatch@sdf.org>
Fri, 7 Dec 2018 07:39:54 +0000
(10:39 +0300)
lib/mix/tasks/pleroma/user.ex
patch
|
blob
|
history
diff --git
a/lib/mix/tasks/pleroma/user.ex
b/lib/mix/tasks/pleroma/user.ex
index 12b5af774a6e196f3d4182f560d64f06c6502d51..5299448c3a6d6ae1d05d84d33e815271effbda82 100644
(file)
--- a/
lib/mix/tasks/pleroma/user.ex
+++ b/
lib/mix/tasks/pleroma/user.ex
@@
-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.