1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-02 19:27:52 +02:00

Users Plugin: email templates updates.

This commit is contained in:
Awilum
2012-10-01 00:07:23 +03:00
parent 66aa6acee2
commit e19cc85f70
2 changed files with 6 additions and 1 deletions

View File

@@ -3,9 +3,12 @@ Dear <?php echo $user_login ?>,
As you requested, your password has now been reset. Your new details are as follows:
Username: <?php echo $user_login; ?>
Password: <?php echo $new_password; ?>
To change your password, please visit this page: <?php echo $site_url; ?>users/<?php echo $user_id; ?>
All the best,
<?php echo $site_name; ?>

View File

@@ -1,7 +1,7 @@
Dear <?php echo $user_login; ?>,
You have requested to reset your password on <?php echo $site_name; ?> 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:
<?php echo $site_url; ?>users/password-reset?hash=<?php echo $new_hash; ?>
@@ -10,8 +10,10 @@ When you visit that page, your password will be reset, and the new password will
Your username is: <?php echo $user_login; ?>
To edit your profile, go to this page:
<?php echo $site_url ?>users/<?php echo $user_id; ?>
All the best,
<?php echo $site_name; ?>