From 2f52e8c752122625f189ae7657e621db0d6d253c Mon Sep 17 00:00:00 2001
From: 李宇 <986321569@qq.com>
Date: 星期四, 28 一月 2021 09:39:19 +0800
Subject: [PATCH] 修改安全测评内容

---
 src/main/webapp/user_mng.xhtml |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/user_mng.xhtml b/src/main/webapp/user_mng.xhtml
index 09ccb1b..b133e54 100644
--- a/src/main/webapp/user_mng.xhtml
+++ b/src/main/webapp/user_mng.xhtml
@@ -187,8 +187,7 @@
 
                 <p:outputLabel value="密码" ></p:outputLabel>
                 <p:password value="#{userMngController.sysUser.password}" maxlength="100"
-                             requiredMessage="请输入密码"
-                            ></p:password>
+                             requiredMessage="请输入密码" autocomplete="off"></p:password>
 
                 <p:outputLabel value="电话"></p:outputLabel>
                 <p:inputText value="#{userMngController.sysUser.phone}" maxlength="30"></p:inputText>

--
Gitblit v1.9.2