From 383998494c960f9c6acbea6cd49d7260f65782bd Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 15 Oct 2018 19:36:35 +0000 Subject: [PATCH] update English-only account-recovery templates --- templates/mail/auth/register_notify.tmpl | 2 +- templates/mail/auth/reset_passwd.tmpl | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/templates/mail/auth/register_notify.tmpl b/templates/mail/auth/register_notify.tmpl index 4ee25329c47b7..ea1857030abaf 100644 --- a/templates/mail/auth/register_notify.tmpl +++ b/templates/mail/auth/register_notify.tmpl @@ -9,7 +9,7 @@

Hi {{.DisplayName}}, this is your registration confirmation email for {{AppName}}!

You can now login via username: {{.Username}}.

{{AppUrl}}user/login

-

If this account has been created for you, please reset your password first.

+

If this account has been created for you, please set your password first.

© {{AppName}}

diff --git a/templates/mail/auth/reset_passwd.tmpl b/templates/mail/auth/reset_passwd.tmpl index 65e8ad980a42e..e01d57cea25e6 100644 --- a/templates/mail/auth/reset_passwd.tmpl +++ b/templates/mail/auth/reset_passwd.tmpl @@ -2,12 +2,13 @@ - {{.DisplayName}}, you have requested to reset your password + {{.DisplayName}}, you have requested to recover your account

Hi {{.DisplayName}},

-

Please click the following link to reset your password within {{.ResetPwdCodeLives}}:

+

Please click the following link to recover your account within {{.ResetPwdCodeLives}}:

+

{{AppUrl}}user/recover_account?code={{.Code}}

Not working? Try copying and pasting it to your browser.

© {{AppName}}