diff --git a/signup/signup-handler.php b/signup/signup-handler.php index e63e2c1..15f2cad 100644 --- a/signup/signup-handler.php +++ b/signup/signup-handler.php @@ -40,15 +40,11 @@ if (isset($_REQUEST["username"]) && isset($_REQUEST["email"])) { if ($message == "") { // no validation errors - $forwardmail = $_REQUEST["forward_email"] == "on" - ? 'yes' : "no"; - $msgbody = "

tilde.team signup


desired username: {$_REQUEST["username"]}
contact email: {$_REQUEST["email"]}
reason: {$_REQUEST["interest"]}
- forward mail?: $forwardmail
ssh key:
{$_REQUEST["sshkey"]}
"; $message = (new Swift_Message('tilde.team signup'))