mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
check pre register username
This commit is contained in:
@@ -55,4 +55,5 @@ return [
|
||||
],
|
||||
],
|
||||
'username_already_exists' => 'Username::username already exists',
|
||||
'username_invalid' => 'Username::username invalid',
|
||||
];
|
||||
|
||||
@@ -55,4 +55,5 @@ return [
|
||||
],
|
||||
],
|
||||
'username_already_exists' => '用户名::username 已经存在',
|
||||
'username_invalid' => '用户名::username 无效',
|
||||
];
|
||||
|
||||
@@ -55,4 +55,5 @@ return [
|
||||
],
|
||||
],
|
||||
'username_already_exists' => '用戶名::username 已經存在',
|
||||
'username_invalid' => '用戶名::username 無效',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user