From 063b983daaf51a7f1e8677bde1e9c0e618866c91 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 21 二月 2020 10:30:19 +0800
Subject: [PATCH] 2020-02-21

---
 src/components/header/resetpwd/index.jsx |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/components/header/resetpwd/index.jsx b/src/components/header/resetpwd/index.jsx
index 448aea7..c9b8567 100644
--- a/src/components/header/resetpwd/index.jsx
+++ b/src/components/header/resetpwd/index.jsx
@@ -87,11 +87,11 @@
                 message: this.props.dict['header.password.new.required']
               },
               {
-                min: 6,
-                message: this.props.dict['header.password.minlen']
+                pattern: /^[0-9a-zA-Z!@#$%^&*()_]*$/ig,
+                message: '瀵嗙爜鍙厑璁稿寘鍚暟瀛椼�佸瓧姣嶄互鍙�!@#$%&*()_銆�'
               },
               {
-                max: 12,
+                max: 50,
                 message: this.props.dict['header.password.maxlen']
               },
               {

--
Gitblit v1.8.0