fix(系统): 认证测试登录密码框长度限制
--bug=1039194 --user=王旭 【系统设置】系统-系统参数-认证设置-添加/编辑认证-测试登录-密码框长度限制64字符 https://www.tapd.cn/55049933/s/1496270
This commit is contained in:
parent
9b64388cfb
commit
e517846a46
|
@ -577,6 +577,7 @@
|
|||
v-model:model-value="LDAPForm.password"
|
||||
:placeholder="t('system.config.auth.testLoginPasswordPlaceholder')"
|
||||
autocomplete="new-password"
|
||||
:max-length="64"
|
||||
/>
|
||||
</a-form-item>
|
||||
</a-form>
|
||||
|
|
Loading…
Reference in New Issue