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

Users Plugin: update email templates.

This commit is contained in:
Awilum
2012-09-30 23:32:31 +03:00
parent 49bcdfa986
commit 7b2d93bbe3
2 changed files with 2 additions and 2 deletions

View File

@@ -7,5 +7,5 @@ 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,
All the best,<br>
<?php echo $site_name; ?>

View File

@@ -13,5 +13,5 @@ Your username is: <?php echo $user_login; ?>
To edit your profile, go to this page:
<?php echo $site_url ?>users/<?php echo $user_id; ?>
<br><br>
All the best,
All the best,<br>
<?php echo $site_name; ?>