From 963023abe6acf31799f6474d78489c8013f664fa Mon Sep 17 00:00:00 2001 From: kimsible Date: Mon, 20 Jul 2020 14:58:58 +0200 Subject: Fix: display username in password-reset and verify-email notifs --- server/lib/emails/password-reset/html.pug | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'server/lib/emails') 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 block content p. - A reset password procedure for your account ${to} has been requested on #[a(href=WEBSERVER.URL) #{WEBSERVER.HOST}]. - Please follow #[a(href=resetPasswordUrl) this link] to reset it: #[a(href=resetPasswordUrl) #{resetPasswordUrl}] + A reset password procedure for your account #{username} has been requested on #[a(href=WEBSERVER.URL) #{WEBSERVER.HOST}]. + Please follow #[a(href=resetPasswordUrl) this link] to reset it: #[a(href=resetPasswordUrl) #{resetPasswordUrl}] (the link will expire within 1 hour) p. - If you are not the person who initiated this request, please ignore this email. \ No newline at end of file + If you are not the person who initiated this request, please ignore this email. -- cgit v1.2.3