mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-30 16:29:56 +02:00
Rename reset_password.email.php to reset-password.email.php
This commit is contained in:
17
storage/emails/reset-password.email.php
Normal file
17
storage/emails/reset-password.email.php
Normal file
@@ -0,0 +1,17 @@
|
||||
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.
|
||||
If you did not request this, please ignore it.
|
||||
<br><br>
|
||||
To reset your password, please visit the following page:<br>
|
||||
<a href="<?php echo $site_url; ?>/users/password-reset?hash=<?php echo $new_hash; ?>" style="color:#333; text-decoration:underline;"><?php echo $site_url; ?>/users/password-reset?hash=<?php echo $new_hash; ?></a>
|
||||
<br><br>
|
||||
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; ?>
|
||||
<br><br>
|
||||
To edit your profile, go to this page:<br>
|
||||
<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