Author: Derick Rethans (derickr)
Date: 2023-08-30T17:26:19+01:00

Commit: 
https://github.com/php/web-master/commit/3b1ce5de90f588cd74e0d61467dd96a793dd8f39
Raw diff: 
https://github.com/php/web-master/commit/3b1ce5de90f588cd74e0d61467dd96a793dd8f39.diff

Send people to systems@ as group@ isn't really a thing

Changed paths:
  M  public/forgot.php


Diff:

diff --git a/public/forgot.php b/public/forgot.php
index ea7950a..96cce5d 100644
--- a/public/forgot.php
+++ b/public/forgot.php
@@ -75,19 +75,19 @@ function random_password() {
 
 Let us know if you have any further problems.
 --
[email protected]
[email protected]
 ";
     mailer(
       $row['username'] . '@php.net',
       "Password change instructions for $row[username]", $body,
-      new MailAddress('[email protected]', 'PHP Group'));
-    echo '<p>Okay, instructions on how to change your password have been sent 
to your email address. If you don\'t receive them, you\'ll have to contact 
[email protected] for help.</p>';
+      new MailAddress('[email protected]', 'PHP Group'));
+    echo '<p>Okay, instructions on how to change your password have been sent 
to your email address. If you don\'t receive them, you\'ll have to contact 
[email protected] for help.</p>';
     foot();
     exit;
   }
   else {?>
 <p class="warning">There's nobody named <?php echo hsc($user)?> around here. 
Perhaps you need to contact
[email protected] for help.</p>
[email protected] for help.</p>
 <?php
   }
 }

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to