# HG changeset patch # User Matti Hamalainen # Date 1383935975 -7200 # Node ID a49c5f15a273218b6848cdd2348bf055547465e2 # Parent 1fcdc6e752f657b0165b5c4676f828c922abd4fc Less strict username check. diff -r 1fcdc6e752f6 -r a49c5f15a273 register.inc.php --- a/register.inc.php Fri Nov 08 19:01:34 2013 +0200 +++ b/register.inc.php Fri Nov 08 20:39:35 2013 +0200 @@ -145,7 +145,6 @@ // stChkRequestItem("name", $fake, array(CHK_ISGT, VT_STR, 0, "Handle / name not given."), - array(CHK_ISGT, VT_STR, 3, "Handle / name too short, should be 3 characters or more."), array(CHK_ISLT, VT_STR, SET_LEN_USERNAME, "Handle / name is too long, should be less than ".SET_LEN_USERNAME." characters.")); stChkRequestItem("groups", $fake,