perf(X-Pack): 默认登录方式支持设置为 Saml2

This commit is contained in:
fit2cloud-chenyw
2025-10-23 13:06:51 +08:00
committed by fit2cloud-chenyw
parent bf4d7a7927
commit 483bb8d643
5 changed files with 10 additions and 2 deletions

View File

@@ -78,6 +78,8 @@ i18n_menu.parameter=System Parameters
i18n_user_old_pwd_error=Original password is incorrect
i18n_menu.toolbox-log=Operation Logs
i18n_login_type_tips=Please login using [%s]
i18n_year=Year
i18n_month=Month
i18n_day=Day

View File

@@ -77,6 +77,8 @@ i18n_menu.parameter=\u7CFB\u7EDF\u53C2\u6570
i18n_user_old_pwd_error=\u539F\u59CB\u5BC6\u7801\u9519\u8BEF
i18n_menu.toolbox-log=\u64CD\u4F5C\u65E5\u5FD7
i18n_login_type_tips=\u8BF7\u4F7F\u7528[%s]\u767B\u5F55
i18n_year=\u5E74
i18n_month=\u6708
i18n_day=\u5929

View File

@@ -77,6 +77,8 @@ i18n_menu.parameter=\u7CFB\u7D71\u53C3\u6578
i18n_user_old_pwd_error=\u539F\u59CB\u5BC6\u78BC\u932F\u8AA4
i18n_menu.toolbox-log=\u64CD\u4F5C\u65E5\u8A8C
i18n_login_type_tips=\u8ACB\u4F7F\u7528[%s]\u767B\u9304
i18n_year=\u5E74
i18n_month=\u6708
i18n_day=\u5929

View File

@@ -50,7 +50,8 @@ const state = reactive({
{ value: '1', label: 'LDAP' },
{ value: '2', label: 'OIDC' },
{ value: '3', label: 'CAS' },
{ value: '9', label: 'OAuth2' }
{ value: '9', label: 'OAuth2' },
{ value: '10', label: 'Saml2' }
],
sortOptions: [
{ value: '0', label: t('resource_sort.time_asc') },

View File

@@ -128,7 +128,8 @@ const state = reactive({
{ value: '1', label: 'LDAP' },
{ value: '2', label: 'OIDC' },
{ value: '3', label: 'CAS' },
{ value: '9', label: 'OAuth2' }
{ value: '9', label: 'OAuth2' },
{ value: '10', label: 'Saml2' }
],
sortOptions: [
{ value: '0', label: t('resource_sort.time_asc') },