mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-04 20:27:40 +02:00
Users Plugin: update email templates.
This commit is contained in:
@@ -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; ?>
|
@@ -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; ?>
|
Reference in New Issue
Block a user