From 799087faf78fbc100e92b6376b2cd8e5763cf909 Mon Sep 17 00:00:00 2001 From: Pat Lathem Date: Thu, 14 Jan 2016 11:35:31 -0600 Subject: [PATCH] Improve wording of password change email to indicate that it might not have been user initiated --- api/templates/password_change_body.html | 2 +- api/templates/password_change_subject.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/templates/password_change_body.html b/api/templates/password_change_body.html index 82f4d5429f..6199a3423f 100644 --- a/api/templates/password_change_body.html +++ b/api/templates/password_change_body.html @@ -18,7 +18,7 @@

You updated your password

-

You updated your password for {{.Props.TeamDisplayName}} on {{ .Props.TeamURL }} by {{.Props.Method}}.
If this change wasn't initiated by you, please contact your system administrator.

+

Your password has been updated for {{.Props.TeamDisplayName}} on {{ .Props.TeamURL }} by {{.Props.Method}}.
If this change wasn't initiated by you, please contact your system administrator.

diff --git a/api/templates/password_change_subject.html b/api/templates/password_change_subject.html index e7a7940908..0cbf052c1c 100644 --- a/api/templates/password_change_subject.html +++ b/api/templates/password_change_subject.html @@ -1 +1 @@ -{{define "password_change_subject"}}You updated your password for {{.Props.TeamDisplayName}} on {{ .ClientCfg.SiteName }}{{end}} +{{define "password_change_subject"}}Your password has been updated for {{.Props.TeamDisplayName}} on {{ .ClientCfg.SiteName }}{{end}}