fix(系统设置): 认证设置信息显示不完全
--bug=1039475 --user=王旭 【系统设置】-系统-系统参数-认证设置 LDAP属性映射内容不完整 https://www.tapd.cn/55049933/s/1498476
This commit is contained in:
parent
44b132eee5
commit
b133d4a7ad
|
@ -264,7 +264,7 @@ authsource_name_already_exists=认证源名称已经存在
|
|||
authsource_name_is_null=认证源名称不能为空
|
||||
authsource_configuration_is_null=认证源配置不能为空
|
||||
authsource_type_is_null=认证源类型不能为空
|
||||
authsource_is_deleted=认证源已被删除
|
||||
authsource_is_delete=认证源已被删除
|
||||
custom_field_already=工作空间下已存在该字段:
|
||||
template_already=工作空间下已存在该模板:
|
||||
expect_name_exists=预期名称已存在
|
||||
|
|
|
@ -539,7 +539,7 @@
|
|||
<a-input
|
||||
v-model:model-value="activeAuthForm.configuration.mapping"
|
||||
:max-length="255"
|
||||
:placeholder="t('system.config.auth.LDAPPropertyMapPlaceholder')"
|
||||
:placeholder="t('system.config.auth.LDAPPropertyMapPlaceholder', { map: '{key:value}' })"
|
||||
allow-clear
|
||||
></a-input>
|
||||
<MsFormItemSub :text="t('system.config.auth.LDAPPropertyMapTip')" :show-fill-icon="false" />
|
||||
|
|
|
@ -179,7 +179,7 @@ export default {
|
|||
'system.config.auth.userFilterTip': 'cn or uid or sAMAccountName=%(user)s',
|
||||
'system.config.auth.LDAPPropertyMap': 'LDAP attribute mapping',
|
||||
'system.config.auth.LDAPPropertyMapRequired': 'LDAP attribute map cannot be empty',
|
||||
'system.config.auth.LDAPPropertyMapPlaceholder': 'Please enter {"key":"value"} format parameters',
|
||||
'system.config.auth.LDAPPropertyMapPlaceholder': 'Please enter {map} format parameters',
|
||||
'system.config.auth.LDAPPropertyMapTip':
|
||||
'The left key is the MeterSphere user attribute, and the right value is the authentication platform user attribute',
|
||||
'system.config.auth.testLink': 'Test Connection',
|
||||
|
|
|
@ -175,7 +175,7 @@ export default {
|
|||
'system.config.auth.userFilterTip': 'cn or uid or sAMAccountName=%(user)s',
|
||||
'system.config.auth.LDAPPropertyMap': 'LDAP 属性映射',
|
||||
'system.config.auth.LDAPPropertyMapRequired': 'LDAP 属性映射不能为空',
|
||||
'system.config.auth.LDAPPropertyMapPlaceholder': '请输入 {"key":"value"} 键值对格式参数',
|
||||
'system.config.auth.LDAPPropertyMapPlaceholder': '请输入 {map} 键值对格式参数',
|
||||
'system.config.auth.LDAPPropertyMapTip': '左侧键为 MeterSphere 用户属性,右侧值为认证平台用户属性',
|
||||
'system.config.auth.testLink': '测试连接',
|
||||
'system.config.auth.testLinkSuccess': 'LDAP 连接成功',
|
||||
|
|
Loading…
Reference in New Issue