fix(系统): 密码框长度限制

--bug=1039192 --user=王旭 【系统设置】系统-系统参数-认证设置-添加认证-LDAP-密码框-长度限制为64字符 https://www.tapd.cn/55049933/s/1495977
This commit is contained in:
WangXu10 2024-04-12 15:13:52 +08:00 committed by Craftsman
parent 5b96afdb34
commit 9b64388cfb
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@
>
<a-input-password
v-model:model-value="activeAuthForm.configuration.password"
:max-length="255"
:max-length="64"
:placeholder="t('system.config.auth.LDAPPasswordPlaceholder')"
allow-clear
autocomplete="new-password"