more fixes
This commit is contained in:
@@ -5,8 +5,8 @@ declare(strict_types=1);
|
||||
return [
|
||||
'min' => 3,
|
||||
'max' => 20,
|
||||
'regex' => '/^[a-zA-Z0-9_-]+$/',
|
||||
'rename_cooldown_days' => 90,
|
||||
'regex' => '/^[a-zA-Z0-9_]{3,20}$/',
|
||||
'rename_cooldown_days' => 30,
|
||||
'similarity_threshold' => 2,
|
||||
'reserved' => [
|
||||
'admin',
|
||||
|
||||
Reference in New Issue
Block a user