summaryrefslogtreecommitdiffstats
path: root/templates/emails/password_reset.txt
diff options
context:
space:
mode:
Diffstat (limited to 'templates/emails/password_reset.txt')
-rw-r--r--templates/emails/password_reset.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/emails/password_reset.txt b/templates/emails/password_reset.txt
new file mode 100644
index 0000000..989960f
--- /dev/null
+++ b/templates/emails/password_reset.txt
@@ -0,0 +1,8 @@
+A password reset was requested for your account ({{reset.user.email}}) at {{Config.system.site_name}} (https://{{settings.MAIN_DOMAIN}}).
+
+To reset your password, go to this link:
+
+https://{{settings.MAIN_DOMAIN}}/auth/reset/{{reset.token}}/
+
+If this was not you, then please ignore this message - your password will not be
+reset if this link is not visited.