From ada63af9dc1ac1dd4e287648b6725b40c8707ed2 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Tue, 18 Sep 2018 20:42:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E4=BD=9C=E4=B8=9A=E8=B0=83?= =?UTF-8?q?=E5=BA=A6=E6=96=B0=E5=A2=9E=E6=8A=A5=E4=B8=BB=E9=94=AE=E9=AA=8C?= =?UTF-8?q?=E8=AF=81=E4=B8=8D=E9=80=9A=E8=BF=87=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/core/src/main/resources/config/jeesite-core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/src/main/resources/config/jeesite-core.yml b/modules/core/src/main/resources/config/jeesite-core.yml index 2c449733..89dc438a 100644 --- a/modules/core/src/main/resources/config/jeesite-core.yml +++ b/modules/core/src/main/resources/config/jeesite-core.yml @@ -431,7 +431,7 @@ web: # 自定义正则表达式验证(主键、登录名) validator: - id: '[a-zA-Z0-9_\-/\u4e00-\u9fa5]{0,64}' + id: '[a-zA-Z0-9_\-/#\u4e00-\u9fa5]{0,64}' user.loginCode: '[a-zA-Z0-9_\u4e00-\u9fa5]{4,20}' # 关闭核心模块的Web功能(仅作为微服务时设为false)