diff options
| author | Carson Fleming <cflems@cflems.net> | 2017-07-08 15:36:39 -0700 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2017-07-08 15:36:39 -0700 |
| commit | 5867c3baac5e67d85ba89cb49d0ce12f30f0d89e (patch) | |
| tree | 88ac4bc0155be20a6a44902291380b753cec106a | |
| parent | ed50989da8803228cab76ea87a2238e494946868 (diff) | |
| download | bulletin-5867c3baac5e67d85ba89cb49d0ce12f30f0d89e.tar.gz | |
Changed forgot password vocab
| -rw-r--r-- | forgot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ if (!empty($_POST['email'])) { bulletin_mail($_POST['email'], 'Recover Your Bulletin Account', tpl(array( 'newpass' => htmlentities($newpass), ), 'forgot.tpl')) or fatal('Could not send out the recovery email, we apologize for the inconvenience.'); - fatal('A recovery email has been sent to the address you supplied. You can use this email to access your account, and from there change your password.', $b_config['base_url'].'login.php'); + fatal('A recovery email has been sent to the address you supplied. You can use this email to restore access to your account.', $b_config['base_url'].'login.php'); } else { $result->free(); $db->close(); |
