summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarson Fleming <cflems@cflems.net>2017-07-08 15:36:39 -0700
committerCarson Fleming <cflems@cflems.net>2017-07-08 15:36:39 -0700
commit5867c3baac5e67d85ba89cb49d0ce12f30f0d89e (patch)
tree88ac4bc0155be20a6a44902291380b753cec106a
parented50989da8803228cab76ea87a2238e494946868 (diff)
downloadbulletin-5867c3baac5e67d85ba89cb49d0ce12f30f0d89e.tar.gz
Changed forgot password vocab
-rw-r--r--forgot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/forgot.php b/forgot.php
index 3602e84..24860e2 100644
--- a/forgot.php
+++ b/forgot.php
@@ -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();