prevent login and password reset for system accounts
This commit is contained in:
Vendored
+8
@@ -2568,6 +2568,14 @@ export interface Locale extends ILocale {
|
||||
* このアカウントは、サーバーの利用規約に違反したなどの理由により、凍結されています。詳細については管理者までお問い合わせください。新しいアカウントを作らないでください。
|
||||
*/
|
||||
"yourAccountSuspendedDescription": string;
|
||||
/**
|
||||
* This is a system account
|
||||
*/
|
||||
"systemAccountTitle": string;
|
||||
/**
|
||||
* This account is created and managed automatically by the system, and cannot be logged into.
|
||||
*/
|
||||
"systemAccountDescription": string;
|
||||
/**
|
||||
* トークンが無効です
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user