From 389e2ebf70195e485bee9d799e781264b42dc64a Mon Sep 17 00:00:00 2001 From: jan6 Date: Wed, 8 Dec 2021 19:17:06 +0200 Subject: [PATCH] added username to sudoer signup mail --- signup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/signup.php b/signup.php index f7c5f91..d4d70a4 100644 --- a/signup.php +++ b/signup.php @@ -25,7 +25,7 @@ we're available on IRC at #tild $nl="\r\n"; $makeuser="makeuser ".$username." ".$email." \"".$sshkey."\""; $message="username: ".$username.$nl."email: ".$email.$nl."reason: ".$reason.$nl.$nl.$makeuser; - $sent=mail("sudoers@tilde.cafe","new tilde.cafe signup",$message,"From: signup"); + $sent=mail("sudoers@tilde.cafe","new tilde.cafe signup: $username",$message,"From: signup"); if($sent!=True){ print("error: signup failed to send!"); }else{