From a91762c15bb33b3c155a989e1f10dbe61adc7487 Mon Sep 17 00:00:00 2001 From: James Elliott Date: Tue, 7 Mar 2023 10:45:59 +1100 Subject: [PATCH] fix(templates): plain text email misleading (#5036) The plain text email template for identity verifications indicates it's for registering a 2FA device but it may also be used for password resets. This fixes that issue. Fixes #4915 --- internal/templates/src/notification/IdentityVerification.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/templates/src/notification/IdentityVerification.txt b/internal/templates/src/notification/IdentityVerification.txt index 1fa2cba12..5c7582ee2 100644 --- a/internal/templates/src/notification/IdentityVerification.txt +++ b/internal/templates/src/notification/IdentityVerification.txt @@ -1,8 +1,8 @@ -This email has been sent to you in order to validate your identity. +This email has been sent to you in order to validate your identity. Purpose: {{ .Title }}. If you did not initiate the process your credentials might have been compromised and you should reset your password and contact an administrator. -To setup your 2FA please visit the following URL: {{ .LinkURL }} +To confirm your identity please visit the following URL: {{ .LinkURL }} This email was generated by a user with the IP {{ .RemoteIP }}.