diff --git a/templates/mail/auth/register_notify.tmpl b/templates/mail/auth/register_notify.tmpl index a896f0e59..d17e55813 100644 --- a/templates/mail/auth/register_notify.tmpl +++ b/templates/mail/auth/register_notify.tmpl @@ -9,7 +9,7 @@

Hi {{.Username}}, 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 513a344fe..973ad9fa8 100644 --- a/templates/mail/auth/reset_passwd.tmpl +++ b/templates/mail/auth/reset_passwd.tmpl @@ -2,12 +2,12 @@ - {{.Username}}, you have requested to reset your password + {{.Username}}, you have requested to recover your account

Hi {{.Username}},

-

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}}