From e517846a462f2e58ff7149a2c20e179479c0a643 Mon Sep 17 00:00:00 2001 From: WangXu10 Date: Mon, 15 Apr 2024 10:21:33 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=B3=BB=E7=BB=9F):=20=E8=AE=A4=E8=AF=81?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E7=99=BB=E5=BD=95=E5=AF=86=E7=A0=81=E6=A1=86?= =?UTF-8?q?=E9=95=BF=E5=BA=A6=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1039194 --user=王旭 【系统设置】系统-系统参数-认证设置-添加/编辑认证-测试登录-密码框长度限制64字符 https://www.tapd.cn/55049933/s/1496270 --- .../src/views/setting/system/config/components/authConfig.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/views/setting/system/config/components/authConfig.vue b/frontend/src/views/setting/system/config/components/authConfig.vue index a55e704b73..2ee64307c3 100644 --- a/frontend/src/views/setting/system/config/components/authConfig.vue +++ b/frontend/src/views/setting/system/config/components/authConfig.vue @@ -577,6 +577,7 @@ v-model:model-value="LDAPForm.password" :placeholder="t('system.config.auth.testLoginPasswordPlaceholder')" autocomplete="new-password" + :max-length="64" />