prevent login and password reset for system accounts
This commit is contained in:
@@ -638,6 +638,8 @@ userSuspended: "This user has been suspended."
|
||||
userSilenced: "This user is being silenced."
|
||||
yourAccountSuspendedTitle: "This account is suspended"
|
||||
yourAccountSuspendedDescription: "This account has been suspended due to breaking the server's terms of services or similar. Contact the administrator if you would like to know a more detailed reason. Please do not create a new account."
|
||||
systemAccountTitle: "This is a system account"
|
||||
systemAccountDescription: "This account is created and managed automatically by the system, and cannot be logged into."
|
||||
tokenRevoked: "Invalid token"
|
||||
tokenRevokedDescription: "This token has expired. Please log in again."
|
||||
accountDeleted: "Account deleted"
|
||||
|
||||
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;
|
||||
/**
|
||||
* トークンが無効です
|
||||
*/
|
||||
|
||||
@@ -638,6 +638,8 @@ userSuspended: "このユーザーは凍結されています。"
|
||||
userSilenced: "このユーザーはサイレンスされています。"
|
||||
yourAccountSuspendedTitle: "アカウントが凍結されています"
|
||||
yourAccountSuspendedDescription: "このアカウントは、サーバーの利用規約に違反したなどの理由により、凍結されています。詳細については管理者までお問い合わせください。新しいアカウントを作らないでください。"
|
||||
systemAccountTitle: "This is a system account"
|
||||
systemAccountDescription: "This account is created and managed automatically by the system, and cannot be logged into."
|
||||
tokenRevoked: "トークンが無効です"
|
||||
tokenRevokedDescription: "ログイントークンが失効しています。ログインし直してください。"
|
||||
accountDeleted: "アカウントは削除されています"
|
||||
|
||||
Reference in New Issue
Block a user