mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-30 08:20:09 +02:00
Rename new_password.email.php to new-password.email.php
This commit is contained in:
12
storage/emails/new-password.email.php
Normal file
12
storage/emails/new-password.email.php
Normal file
@@ -0,0 +1,12 @@
|
||||
Dear <?php echo $user_login ?>,
|
||||
<br><br>
|
||||
As you requested, your password has now been reset.<br>
|
||||
Your new details are as follows:
|
||||
<br><br>
|
||||
Username: <?php echo $user_login; ?><br>
|
||||
Password: <?php echo $new_password; ?>
|
||||
<br><br>
|
||||
To change your password, please visit this page: <a href="<?php echo $site_url; ?>/users/<?php echo $user_id; ?>" style="color:#333; text-decoration:underline;"><?php echo $site_url; ?>/users/<?php echo $user_id; ?></a>
|
||||
<br><br>
|
||||
All the best,<br>
|
||||
<?php echo $site_name; ?>
|
Reference in New Issue
Block a user