fix(系统): 密码框长度限制
--bug=1039192 --user=王旭 【系统设置】系统-系统参数-认证设置-添加认证-LDAP-密码框-长度限制为64字符 https://www.tapd.cn/55049933/s/1495977
This commit is contained in:
parent
5b96afdb34
commit
9b64388cfb
|
@ -484,7 +484,7 @@
|
||||||
>
|
>
|
||||||
<a-input-password
|
<a-input-password
|
||||||
v-model:model-value="activeAuthForm.configuration.password"
|
v-model:model-value="activeAuthForm.configuration.password"
|
||||||
:max-length="255"
|
:max-length="64"
|
||||||
:placeholder="t('system.config.auth.LDAPPasswordPlaceholder')"
|
:placeholder="t('system.config.auth.LDAPPasswordPlaceholder')"
|
||||||
allow-clear
|
allow-clear
|
||||||
autocomplete="new-password"
|
autocomplete="new-password"
|
||||||
|
|
Loading…
Reference in New Issue