diff --git a/modules/users/server/templates/reset-password-confirm-email.server.view.html b/modules/users/server/templates/reset-password-confirm-email.server.view.html index a52c32615b..a4bac132d1 100644 --- a/modules/users/server/templates/reset-password-confirm-email.server.view.html +++ b/modules/users/server/templates/reset-password-confirm-email.server.view.html @@ -2,14 +2,15 @@
+Dear {{name}},
This is a confirmation that the password for your account has just been changed
-The {{appName}} Support Team
diff --git a/modules/users/server/templates/reset-password-email.server.view.html b/modules/users/server/templates/reset-password-email.server.view.html index 590926fd25..4377bb4417 100644 --- a/modules/users/server/templates/reset-password-email.server.view.html +++ b/modules/users/server/templates/reset-password-email.server.view.html @@ -2,20 +2,20 @@ +Dear {{name}},
-You have requested to have your password reset for your account at {{appName}}
Please visit this url to reset your password:
{{url}}
If you didn't make this request, you can ignore this email. -The {{appName}} Support Team