1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-05 20:57:49 +02:00

Users Plugin: email templates updates.

This commit is contained in:
Awilum
2012-09-30 23:55:53 +03:00
parent 8211835d52
commit 66aa6acee2
3 changed files with 19 additions and 18 deletions

View File

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

View File

@@ -1,7 +1,8 @@
Welcome to <?php echo $site_name; ?>!<br>
Dear <?php echo $user_login; ?>,<br>
<br><br>
Welcome to <?php echo $site_name; ?>!
Dear <?php echo $user_login; ?>,
Thanks for registering at <?php echo $site_name; ?>! We are glad you have chosen to be a part of our community and we hope you enjoy your stay.
<br><br>
All the best,<br>
All the best,
<?php echo $site_name; ?>

View File

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