diff --git a/pkg/services/forget_passwords.go b/pkg/services/forget_passwords.go index 12e9111a..ae6c38d2 100644 --- a/pkg/services/forget_passwords.go +++ b/pkg/services/forget_passwords.go @@ -58,6 +58,7 @@ func (s *ForgetPasswordService) SendPasswordResetEmail(user *models.User, passwo } templateParams := map[string]interface{}{ + "AppName": s.CurrentConfig().AppName, "ForgetPasswordMail": map[string]interface{}{ "Title": forgetPasswordTextItems.Title, "Salutation": fmt.Sprintf(forgetPasswordTextItems.SalutationFormat, user.Nickname), diff --git a/templates/email/password_reset.tmpl b/templates/email/password_reset.tmpl index 6640642c..299309b9 100644 --- a/templates/email/password_reset.tmpl +++ b/templates/email/password_reset.tmpl @@ -10,7 +10,7 @@ - +
ezBookkeeping{{.AppName}}