diff --git a/signup/signup-handler.php b/signup/signup-handler.php index b260dad..c980745 100644 --- a/signup/signup-handler.php +++ b/signup/signup-handler.php @@ -35,13 +35,13 @@ if (isset($_REQUEST["username"]) && isset($_REQUEST["email"])) { if ($message == "") { // no validation errors - $msgbody = "desired username: {$_REQUEST["username"]} + $msgbody = "desired username: {$_REQUEST["username"]} contact email: {$_REQUEST["email"]} reason: {$_REQUEST["interest"]} ssh key: {$_REQUEST["sshkey"]}"; - if (mail('ben', 'new tilde.team signup', $msgbody, "Reply-To: {$_REQUEST["email"]}")) { + if (mail('sudoers', 'new tilde.team signup', $msgbody, "Reply-To: {$_REQUEST["email"]}")) { echo '';