aboutsummaryrefslogtreecommitdiffstats
path: root/resources/views/emails/reset_password.edge
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/emails/reset_password.edge')
-rw-r--r--resources/views/emails/reset_password.edge8
1 files changed, 8 insertions, 0 deletions
diff --git a/resources/views/emails/reset_password.edge b/resources/views/emails/reset_password.edge
new file mode 100644
index 0000000..e2d2c1c
--- /dev/null
+++ b/resources/views/emails/reset_password.edge
@@ -0,0 +1,8 @@
1Hello {{ username }},
2we received a request to reset your Ferdium account password.
3Use the link below to reset your password. If you didn't requested that your password be reset, please ignore this
4message.
5
6{{ appUrl }}/user/reset?token={{ encodeURIComponent(token) }}
7
8This message was sent automatically. Please do not reply.