mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
Merge branch '1.7' into php8
This commit is contained in:
@@ -3962,7 +3962,7 @@ function validusername($username)
|
||||
if (strpos($allowedchars, $username[$i]) === false)
|
||||
return false;
|
||||
|
||||
if ($length < 4 || $length > 20) {
|
||||
if ($length < 3 || $length > 20) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user