aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/emailer.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/lib/emailer.ts')
-rw-r--r--server/lib/emailer.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/emailer.ts b/server/lib/emailer.ts
index 523b11d0d..7484524a4 100644
--- a/server/lib/emailer.ts
+++ b/server/lib/emailer.ts
@@ -369,7 +369,7 @@ class Emailer {
369 addPasswordResetEmailJob (to: string, resetPasswordUrl: string) { 369 addPasswordResetEmailJob (to: string, resetPasswordUrl: string) {
370 const text = `Hi dear user,\n\n` + 370 const text = `Hi dear user,\n\n` +
371 `A reset password procedure for your account ${to} has been requested on ${WEBSERVER.HOST} ` + 371 `A reset password procedure for your account ${to} has been requested on ${WEBSERVER.HOST} ` +
372 `Please follow this link to reset it: ${resetPasswordUrl}\n\n` + 372 `Please follow this link to reset it: ${resetPasswordUrl} (the link will expire within 1 hour)\n\n` +
373 `If you are not the person who initiated this request, please ignore this email.\n\n` + 373 `If you are not the person who initiated this request, please ignore this email.\n\n` +
374 `Cheers,\n` + 374 `Cheers,\n` +
375 `${CONFIG.EMAIL.BODY.SIGNATURE}` 375 `${CONFIG.EMAIL.BODY.SIGNATURE}`