Commit: 8ff7338d2984b2aeee961775514e6c0b544645c9 Author: Sara Golemon <[email protected]> Sun, 1 Oct 2017 21:24:48 -0400 Parents: 758f037a15e0280d6ba4df7662e402eaba1d6106 Branches: master
Link: http://git.php.net/?p=web/bugs.git;a=commitdiff;h=8ff7338d2984b2aeee961775514e6c0b544645c9 Log: Do not include bug report email address in password recovery. Changed paths: M www/bug-pwd-finder.php Diff: diff --git a/www/bug-pwd-finder.php b/www/bug-pwd-finder.php index 74df811..2c180f0 100644 --- a/www/bug-pwd-finder.php +++ b/www/bug-pwd-finder.php @@ -50,7 +50,7 @@ if (isset($_POST['captcha']) && $bug_id != '') { 'From: [email protected]'); if ($resp) { - $success = "The password for bug report #{$bug_id} has been sent to " . spam_protect($row['email'], 'text'); + $success = "The password for bug report #{$bug_id} has been sent to the address associated with this report."; } else { $errors[] = 'Sorry. Mail can not be sent at this time, please try again later.'; } -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
