aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/emails
diff options
context:
space:
mode:
authorkimsible <kimsible@users.noreply.github.com>2020-07-20 14:58:58 +0200
committerChocobozzz <chocobozzz@cpy.re>2020-07-20 16:56:32 +0200
commit963023abe6acf31799f6474d78489c8013f664fa (patch)
treeb69a46ee5ced94863f46720877a5643e1221b829 /server/lib/emails
parent0bdad52fbbad81e7654adc495088da56a00437df (diff)
downloadPeerTube-963023abe6acf31799f6474d78489c8013f664fa.tar.gz
PeerTube-963023abe6acf31799f6474d78489c8013f664fa.tar.zst
PeerTube-963023abe6acf31799f6474d78489c8013f664fa.zip
Fix: display username in password-reset and verify-email notifs
Diffstat (limited to 'server/lib/emails')
-rw-r--r--server/lib/emails/password-reset/html.pug6
1 files changed, 3 insertions, 3 deletions
diff --git a/server/lib/emails/password-reset/html.pug b/server/lib/emails/password-reset/html.pug
index bb6a9d16b..ac33db5d7 100644
--- a/server/lib/emails/password-reset/html.pug
+++ b/server/lib/emails/password-reset/html.pug
@@ -5,8 +5,8 @@ block title
5 5
6block content 6block content
7 p. 7 p.
8 A reset password procedure for your account ${to} has been requested on #[a(href=WEBSERVER.URL) #{WEBSERVER.HOST}]. 8 A reset password procedure for your account #{username} has been requested on #[a(href=WEBSERVER.URL) #{WEBSERVER.HOST}].
9 Please follow #[a(href=resetPasswordUrl) this link] to reset it: #[a(href=resetPasswordUrl) #{resetPasswordUrl}] 9 Please follow #[a(href=resetPasswordUrl) this link] to reset it: #[a(href=resetPasswordUrl) #{resetPasswordUrl}]
10 (the link will expire within 1 hour) 10 (the link will expire within 1 hour)
11 p. 11 p.
12 If you are not the person who initiated this request, please ignore this email. \ No newline at end of file 12 If you are not the person who initiated this request, please ignore this email.