aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/emails/password-reset
diff options
context:
space:
mode:
Diffstat (limited to 'server/lib/emails/password-reset')
-rw-r--r--server/lib/emails/password-reset/html.pug12
1 files changed, 0 insertions, 12 deletions
diff --git a/server/lib/emails/password-reset/html.pug b/server/lib/emails/password-reset/html.pug
deleted file mode 100644
index 2af2885bc..000000000
--- a/server/lib/emails/password-reset/html.pug
+++ /dev/null
@@ -1,12 +0,0 @@
1extends ../common/greetings
2
3block title
4 | Password reset for your account
5
6block content
7 p.
8 A reset password procedure for your account #{username} has been requested on #[a(href=WEBSERVER.URL) #{instanceName}].
9 Please follow #[a(href=resetPasswordUrl) this link] to reset it: #[a(href=resetPasswordUrl) #{resetPasswordUrl}]
10 (the link will expire within 1 hour).
11 p.
12 If you are not the person who initiated this request, please ignore this email.