From 3bff9ef46a7049c8cf89794c68c753f4f1d9f500 Mon Sep 17 00:00:00 2001 From: Benjamin Morrison Date: Mon, 28 Sep 2020 23:35:34 -0400 Subject: lowercase username on submit --- html/submit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/submit.php') diff --git a/html/submit.php b/html/submit.php index 1b297e8..3be3372 100755 --- a/html/submit.php +++ b/html/submit.php @@ -109,7 +109,7 @@ if (isset($_REQUEST["username"]) && isset($_REQUEST["email"])) { if ($message == "") { // no validation errors // remember: - $username = $_REQUEST["username"]; + $username = strtolower($_REQUEST["username"]); $email = $_REQUEST["email"]; $interest = $_REQUEST["interest"]; $sshkey = $_REQUEST["sshkey"]; -- cgit 1.4.1-2-gfad0