changeset 188:a49c5f15a273

Less strict username check.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 08 Nov 2013 20:39:35 +0200
parents 1fcdc6e752f6
children 795363f6c864
files register.inc.php
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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,