From 5867c3baac5e67d85ba89cb49d0ce12f30f0d89e Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Sat, 8 Jul 2017 15:36:39 -0700 Subject: Changed forgot password vocab --- forgot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- cgit v1.2.3