Pre Merge pull request !494 from 御宅男(YznCMS官方)/1.x

pull/494/MERGE
御宅男(YznCMS官方) 2025-05-19 03:02:00 +00:00 committed by Gitee
commit 672be3abfc
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -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 = [