From ebd3dcea87399340b8ae07279d8fbbce40b40fac Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 9 Oct 2023 11:55:45 -0400 Subject: [PATCH] more --- templates/2fa.html | 2 +- templates/recovery.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/2fa.html b/templates/2fa.html index a615d4d..593ddee 100644 --- a/templates/2fa.html +++ b/templates/2fa.html @@ -6,7 +6,7 @@

- Hello {{.UserName}}! This is your Two Factor Authentication code to finish logging in to {{.SiteName}}. If you did not request this code, + Hello {{.FullName}}! This is your Two Factor Authentication code to finish logging in to {{.SiteName}}. If you did not request this code, please contact us immediately. This code will expire in 30 minutes.

Your 2FA code is: {{.Code}}

diff --git a/templates/recovery.html b/templates/recovery.html index aeb5dab..407c5f0 100644 --- a/templates/recovery.html +++ b/templates/recovery.html @@ -4,7 +4,7 @@ -

Hello {{.UserName}}! Someone (hopefully you) has attempted an account recovery at {{.SiteName}}. If this was +

Hello {{.UserName}}! Someone (hopefully you) has attempted an account recovery at {{.SiteName}}.
If this was you, enter the following code to regain access: {{.RecoveryCode}}
If this was not you, you can safely ignore this email.