summaryrefslogtreecommitdiff
path: root/forgot.php
diff options
context:
space:
mode:
Diffstat (limited to 'forgot.php')
-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();