From e19cc85f700d0b0811dd3da645528be29960ebcb Mon Sep 17 00:00:00 2001 From: Awilum Date: Mon, 1 Oct 2012 00:07:23 +0300 Subject: [PATCH] Users Plugin: email templates updates. --- plugins/box/users/views/frontend/new_password_email.view.php | 3 +++ .../box/users/views/frontend/reset_password_email.view.php | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/plugins/box/users/views/frontend/new_password_email.view.php b/plugins/box/users/views/frontend/new_password_email.view.php index ee83aa0..7fb6db8 100644 --- a/plugins/box/users/views/frontend/new_password_email.view.php +++ b/plugins/box/users/views/frontend/new_password_email.view.php @@ -3,9 +3,12 @@ Dear , As you requested, your password has now been reset. Your new details are as follows: Username: + Password: + To change your password, please visit this page: users/ + All the best, \ No newline at end of file diff --git a/plugins/box/users/views/frontend/reset_password_email.view.php b/plugins/box/users/views/frontend/reset_password_email.view.php index d3c2b07..8f8872f 100644 --- a/plugins/box/users/views/frontend/reset_password_email.view.php +++ b/plugins/box/users/views/frontend/reset_password_email.view.php @@ -1,7 +1,7 @@ Dear , You have requested to reset your password on because you have forgotten your password. -If you did not request this, please ignore it. It will expire and become useless in 24 hours time. +If you did not request this, please ignore it. To reset your password, please visit the following page: users/password-reset?hash= @@ -10,8 +10,10 @@ When you visit that page, your password will be reset, and the new password will Your username is: + To edit your profile, go to this page: users/ + All the best, \ No newline at end of file