diff --git a/html/index.html b/html/index.html index 9cb3546..f07663d 100644 --- a/html/index.html +++ b/html/index.html @@ -637,6 +637,11 @@

List of valid Words

} + else if(username.length() > 10) + { + alert("Username is too long. Names have to be 10 or less characters"); + sent_status = 0; + } else { alert("Username already taken.");