From f87750af304e7a7192a463c28bbb0a65dc7946bc Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sun, 12 Sep 2021 17:25:33 -0400 Subject: [PATCH] escape form fields --- signup/index.php | 34 +++++++++++++++++++--------------- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/signup/index.php b/signup/index.php index d4d3273..8780cf4 100644 --- a/signup/index.php +++ b/signup/index.php @@ -1,6 +1,10 @@
@@ -19,24 +23,24 @@ include __DIR__.'/../header.php';
-
- - " type="text" required> -
+
+

your desired username (numbers and lowercase letters only, no spaces)

+ " type="text" required> +
-
- - " type="text" required> -
+
+

email to contact you with account info

+ " type="text" required> +
-
- - -
+
+

what interests you about tilde.team? we want to make sure you're a real human being :)

+ +
-
- - +
+

SSH public key

+

if you don't have a key, don't worry! check out our guide to ssh keys and make sure that you only put your pubkey here