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

pull/495/MERGE
御宅男(YznCMS官方) 2025-05-20 07:37:16 +00:00 committed by Gitee
commit e2ba2b261e
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 = [