mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-06 05:07:49 +02:00
Users Plugin: email templates updates.
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
Dear <?php echo $user_login ?>,
|
Dear <?php echo $user_login ?>,
|
||||||
<br><br>
|
|
||||||
As you requested, your password has now been reset. Your new details are as follows:
|
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; ?>
|
Password: <?php echo $new_password; ?>
|
||||||
<br><br>
|
|
||||||
To change your password, please visit this page: <?php echo $site_url; ?>users/<?php echo $user_id; ?>
|
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; ?>
|
<?php echo $site_name; ?>
|
@@ -1,7 +1,8 @@
|
|||||||
Welcome to <?php echo $site_name; ?>!<br>
|
Welcome to <?php echo $site_name; ?>!
|
||||||
Dear <?php echo $user_login; ?>,<br>
|
|
||||||
<br><br>
|
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.
|
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; ?>
|
<?php echo $site_name; ?>
|
@@ -1,17 +1,17 @@
|
|||||||
Dear <?php echo $user_login; ?>,
|
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.
|
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. It will expire and become useless in 24 hours time.
|
||||||
<br><br>
|
|
||||||
To reset your password, please visit the following page:
|
To reset your password, please visit the following page:
|
||||||
<?php echo $site_url; ?>users/password-reset?hash=<?php echo $new_hash; ?>
|
<?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.
|
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; ?>
|
Your username is: <?php echo $user_login; ?>
|
||||||
<br><br>
|
|
||||||
To edit your profile, go to this page:
|
To edit your profile, go to this page:
|
||||||
<?php echo $site_url ?>users/<?php echo $user_id; ?>
|
<?php echo $site_url ?>users/<?php echo $user_id; ?>
|
||||||
<br><br>
|
|
||||||
All the best,<br>
|
All the best,
|
||||||
<?php echo $site_name; ?>
|
<?php echo $site_name; ?>
|
Reference in New Issue
Block a user