Skip to content

Commit aee48fe

Browse files
feat(X-Pack): Supports third-party platform user configuration
1 parent 966af42 commit aee48fe

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

backend/locales/en.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"account_pwd_error": "Incorrect account or password!",
1313
"no_associated_ws": "No associated workspace, {msg}",
1414
"user_disable": "Account is disabled, {msg}",
15-
"origin_error": "Invalid login method"
15+
"origin_error": "Invalid login method",
16+
"prohibit_auto_create": "Automatically creating users is prohibited. Please synchronize users first"
1617
},
1718
"i18n_user": {
1819
"account": "Account",

backend/locales/ko-KR.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"account_pwd_error": "계정 또는 비밀번호가 잘못되었습니다!",
1313
"no_associated_ws": "연결된 작업 공간이 없습니다, {msg}",
1414
"user_disable": "계정이 비활성화되었습니다, {msg}",
15-
"origin_error": "잘못된 로그인 방식입니다"
15+
"origin_error": "잘못된 로그인 방식입니다",
16+
"prohibit_auto_create": "사용자 자동 생성이 금지되어 있습니다. 먼저 사용자를 동기화해 주세요"
1617
},
1718
"i18n_user": {
1819
"account": "계정",

backend/locales/zh-CN.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"account_pwd_error": "账号或密码错误!",
1313
"no_associated_ws": "没有关联的工作空间,{msg}",
1414
"user_disable": "账号已禁用,{msg}",
15-
"origin_error": "登录方式错误"
15+
"origin_error": "登录方式错误",
16+
"prohibit_auto_create": "禁止自动创建用户,请先同步用户"
1617
},
1718
"i18n_user": {
1819
"account": "账号",

0 commit comments

Comments
 (0)