From 3d27dace2e7fe1d5b1520a5852d3de4a9a156646 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: Mon, 19 May 2025 03:01:07 +0000 Subject: [PATCH] =?UTF-8?q?update=20application/admin/controller/Index.php?= =?UTF-8?q?.=20=E5=8C=B9=E9=85=8D=E5=89=8D=E7=AB=AF=EF=BC=8C=E5=AF=86?= =?UTF-8?q?=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 b68ecae7e..ebb3fdd69 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