1
0

prevent login and password reset for system accounts

This commit is contained in:
Hazel K
2024-10-07 14:58:39 -04:00
parent 126a2fcf15
commit cd9bce3072
8 changed files with 45 additions and 1 deletions
+8
View File
@@ -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;
/**
*
*/