change user checkIsNormal()

This commit is contained in:
xiaomlove
2025-05-05 22:07:14 +07:00
parent c5c20c02d6
commit 9a3daabf18
4 changed files with 12 additions and 7 deletions

View File

@@ -109,4 +109,6 @@ return [
'msg_invited_user_has_registered' => "你邀请的用户已注册",
'msg_user_you_invited' => "你邀请的用户 ",
'msg_has_registered' => " 刚刚已注册。",
'user_is_disabled' => '用户::username(ID: :user_id) 已被封禁',
'user_is_not_confirmed' => '用户::username(ID: :user_id) 未确认',
];