From 572861fc71a63e31a21be17b4614de5970713f45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=A1=E5=AE=85=E7=94=B7=28YznCMS=E5=AE=98=E6=96=B9=29?= <530765310@qq.com> Date: Tue, 20 May 2025 01:47:34 +0000 Subject: [PATCH] =?UTF-8?q?=E5=8C=B9=E9=85=8D=E5=89=8D=E7=AB=AF=EF=BC=8C?= =?UTF-8?q?=E5=AF=86=E7=A0=81=E4=B8=BA6-30=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 御宅男(YznCMS官方) <530765310@qq.com> --- application/admin/controller/Index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/admin/controller/Index.php b/application/admin/controller/Index.php index fe560fb39..6f1241a1b 100644 --- a/application/admin/controller/Index.php +++ b/application/admin/controller/Index.php @@ -79,7 +79,7 @@ class Index extends Backend $token = $this->request->post('__token__'); $rule = [ 'username' => 'require|length:3,30', - 'password' => 'require|length:3,30', + 'password' => 'require|length:6,30', '__token__' => 'require|token', ]; $data = [ -- Gitee