From 3d6c96cb0733d4a0aa32b67f4c9d12e8eedf3ab7 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Thu, 3 Oct 2024 14:16:42 -0400 Subject: [PATCH] refactor: update password reset template variables --- templates/password_reset_body.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/password_reset_body.tpl b/templates/password_reset_body.tpl index 7d0fcab..ed4b9ab 100644 --- a/templates/password_reset_body.tpl +++ b/templates/password_reset_body.tpl @@ -3,12 +3,12 @@ Dear {{if .FirstName}}{{.FirstName}}{{else}}{{.Email}}{{end}}, You are receiving this email because we received a password reset request for your account. If you did not request a password reset, please ignore this email. To reset your password, please click the link below: -{{.ResetURL}} +{{.ResetLink}} This link will expire in {{.ExpireTime}} hours. If you did not request a password reset, no further action is required. If you're having trouble clicking the reset link, copy and paste the URL below into your web browser: -{{.ResetURL}} +{{.ResetLink}} Thank you for using {{.PortalName}}.