summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2018-02-21 18:24:17 +0100
committerlain <lain@soykaf.club>2018-02-21 18:24:17 +0100
commit765671a5b0eea5f906f333f39f03289a59506bb6 (patch)
tree7a2564f5c16796ff55dafbf00ed09d8cae4a5b12 /README.md
parenteec6a87dbb1186349c766c88829ad121588bb43b (diff)
downloadpleroma-765671a5b0eea5f906f333f39f03289a59506bb6.tar.gz
pleroma-765671a5b0eea5f906f333f39f03289a59506bb6.zip
Add password reset task.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index fcf296c01..5c6753b0a 100644
--- a/README.md
+++ b/README.md
@@ -59,3 +59,9 @@ Add the following to your `dev.secret.exs` or `prod.secret.exs` if you want to p
proxy_url: "127.0.0.1:8123"
This is useful for running pleroma inside Tor or i2p.
+
+## Admin Tasks
+
+### Password reset
+
+Run `mix generate_password_reset username` to generate a password reset link that you can then send to the user.