Auth: convert auth views and verification email to Nova layout
This commit is contained in:
44
config/usernames.php
Normal file
44
config/usernames.php
Normal file
@@ -0,0 +1,44 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'min' => 3,
|
||||
'max' => 20,
|
||||
'regex' => '/^[a-zA-Z0-9_-]+$/',
|
||||
'rename_cooldown_days' => 90,
|
||||
'similarity_threshold' => 2,
|
||||
'reserved' => [
|
||||
'admin',
|
||||
'root',
|
||||
'support',
|
||||
'staff',
|
||||
'moderator',
|
||||
'mod',
|
||||
'system',
|
||||
'api',
|
||||
'www',
|
||||
'mail',
|
||||
'ftp',
|
||||
'skinbase',
|
||||
'official',
|
||||
'help',
|
||||
'security',
|
||||
'login',
|
||||
'register',
|
||||
'auth',
|
||||
'dashboard',
|
||||
'settings',
|
||||
'forum',
|
||||
'gallery',
|
||||
'upload',
|
||||
'search',
|
||||
'static',
|
||||
'cdn',
|
||||
'assets',
|
||||
'images',
|
||||
'profile',
|
||||
'user',
|
||||
'users',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user