1
0
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:
Sergey Romanenko
2014-01-21 14:38:51 +02:00
parent aaba7cef27
commit 1e2fe718c1

View 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; ?>