Fix login stuff
This commit is contained in:
11
application/views/auth/email/forgot_password.php
Normal file
11
application/views/auth/email/forgot_password.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?=$username?>,
|
||||
|
||||
To reset your password, please go to the following page:
|
||||
|
||||
{unwrap}<?=site_url('auth/reset_password' . $forgotten_password_code);?>{/unwrap}
|
||||
|
||||
Your password will be automatically reset, and a new password will be emailed to you.
|
||||
|
||||
If you do not wish to reset your password, ignore this message. It will expire in 24 hours.
|
||||
|
||||
Thank you!
|
||||
@@ -0,0 +1,8 @@
|
||||
<?=$username?>,
|
||||
|
||||
Here is your new login information:
|
||||
|
||||
Username: <?=$username?>
|
||||
Password: <?=$password?>
|
||||
|
||||
Thank you!
|
||||
Reference in New Issue
Block a user