From cd093a07a3b8e0c52c93682d325c5b44f9f2dd63 Mon Sep 17 00:00:00 2001 From: Madzahttr <24141433+Madzahttr@users.noreply.github.com> Date: Sun, 13 May 2018 21:25:51 +1200 Subject: templates/mail/auth: update copyright year (#5224) * Update activate.tmpl * Update activate_email.tmpl * Update register_notify.tmpl * Update reset_passwd.tmpl --- templates/mail/auth/activate.tmpl | 2 +- templates/mail/auth/activate_email.tmpl | 2 +- templates/mail/auth/register_notify.tmpl | 2 +- templates/mail/auth/reset_passwd.tmpl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/mail/auth/activate.tmpl b/templates/mail/auth/activate.tmpl index 26f195d9..8ed26ff7 100644 --- a/templates/mail/auth/activate.tmpl +++ b/templates/mail/auth/activate.tmpl @@ -10,6 +10,6 @@

Please click the following link to verify your e-mail address within {{.ActiveCodeLives}} hours:

{{AppURL}}user/activate?code={{.Code}}

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

-

© 2017 {{AppName}}

+

© 2018 {{AppName}}

diff --git a/templates/mail/auth/activate_email.tmpl b/templates/mail/auth/activate_email.tmpl index e8dd7d3f..385446ae 100644 --- a/templates/mail/auth/activate_email.tmpl +++ b/templates/mail/auth/activate_email.tmpl @@ -10,6 +10,6 @@

Please click the following link to verify your email address within {{.ActiveCodeLives}} hours:

{{AppURL}}user/activate_email?code={{.Code}}&email={{.Email}}

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

-

© 2017 {{AppName}}

+

© 2018 {{AppName}}

diff --git a/templates/mail/auth/register_notify.tmpl b/templates/mail/auth/register_notify.tmpl index 0266af9e..c185aa3d 100644 --- a/templates/mail/auth/register_notify.tmpl +++ b/templates/mail/auth/register_notify.tmpl @@ -9,6 +9,6 @@

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

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

{{AppURL}}user/login

-

© 2017 {{AppName}}

+

© 2018 {{AppName}}

diff --git a/templates/mail/auth/reset_passwd.tmpl b/templates/mail/auth/reset_passwd.tmpl index d868aeb1..50370da1 100644 --- a/templates/mail/auth/reset_passwd.tmpl +++ b/templates/mail/auth/reset_passwd.tmpl @@ -10,6 +10,6 @@

Please click the following link to verify your email address within {{.ResetPwdCodeLives}} hours:

{{AppURL}}user/reset_password?code={{.Code}}

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

-

© 2017 {{AppName}}

+

© 2018 {{AppName}}

-- cgit v1.2.3