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.
 --
-gr...@php.net
+syst...@php.net
 ";
     mailer(
       $row['username'] . '@php.net',
       "Password change instructions for $row[username]", $body,
-      new MailAddress('gr...@php.net', '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 
gr...@php.net for help.</p>';
+      new MailAddress('syst...@php.net', '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 
syst...@php.net for help.</p>';
     foot();
     exit;
   }
   else {?>
 <p class="warning">There's nobody named <?php echo hsc($user)?> around here. 
Perhaps you need to contact
-gr...@php.net for help.</p>
+syst...@php.net 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