From 75485ba97c2536d3480276e036d563cb213da7b5 Mon Sep 17 00:00:00 2001 From: Hugh Nimmo-Smith Date: Fri, 1 Sep 2023 13:20:23 +0100 Subject: [PATCH] Email verification template changes (#1667) --- templates/emails/verification.html | 8 ++------ templates/emails/verification.subject | 2 +- templates/emails/verification.txt | 7 ++----- 3 files changed, 5 insertions(+), 12 deletions(-) diff --git a/templates/emails/verification.html b/templates/emails/verification.html index d81735316..2e09a9fab 100644 --- a/templates/emails/verification.html +++ b/templates/emails/verification.html @@ -14,10 +14,6 @@ See the License for the specific language governing permissions and limitations under the License. #} -Hi {{ user.username }},
+Hello {{ user.username }},

-your email verification code is: -
-{{ verification.code }}
-
-kthxbye +Your verification code to confirm this email address is: {{ verification.code }}
diff --git a/templates/emails/verification.subject b/templates/emails/verification.subject index b2f07a83a..b254fe223 100644 --- a/templates/emails/verification.subject +++ b/templates/emails/verification.subject @@ -14,4 +14,4 @@ See the License for the specific language governing permissions and limitations under the License. #} -Your auth service verification code is: {{ verification.code }} +Your email verification code is: {{ verification.code }} diff --git a/templates/emails/verification.txt b/templates/emails/verification.txt index 9b5bf9caf..bed82343d 100644 --- a/templates/emails/verification.txt +++ b/templates/emails/verification.txt @@ -14,10 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. #} -Hi {{ user.username }}, -your email verification code is: +Hello {{ user.username }}, - {{ verification.code }} - -kthxbye +Your verification code to confirm this email address is: {{ verification.code }}