Revision 218
Added by ryan about 19 years ago
trunk/wb/admin/login/forgot/index.php | ||
---|---|---|
91 | 91 |
Your password has been reset to the one above. |
92 | 92 |
This means that your old password will no longer work. |
93 | 93 |
|
94 |
If you have recieved this message in error, please delete it immediatly.';
|
|
94 |
If you have received this message in error, please delete it immediatly.';
|
|
95 | 95 |
// Try sending the email |
96 | 96 |
if(mail($mail_to, $mail_subject, $mail_message, 'From: '.SERVER_EMAIL)) { |
97 | 97 |
$message = $MESSAGE['FORGOT_PASS']['PASSWORD_RESET']; |
trunk/wb/account/forgot_form.php | ||
---|---|---|
73 | 73 |
Your password has been reset to the one above. |
74 | 74 |
This means that your old password will no longer work. |
75 | 75 |
|
76 |
If you have recieved this message in error, please delete it immediatly.';
|
|
76 |
If you have received this message in error, please delete it immediatly.';
|
|
77 | 77 |
// Try sending the email |
78 | 78 |
if(mail($mail_to, $mail_subject, $mail_message)) { |
79 | 79 |
$message = $MESSAGE['FORGOT_PASS']['PASSWORD_RESET']; |
Also available in: Unified diff
Fixed spelling mistakes