login admin backend min class configurable

This commit is contained in:
xiaomlove
2023-09-03 03:29:25 +08:00
parent 8776f70aff
commit d4648cd59c
8 changed files with 21 additions and 3 deletions
+1
View File
@@ -451,5 +451,6 @@ return array (
'cookie_valid_days' => 365,
'maximum_upload_speed' => 8000,
'is_invite_pre_email_and_username' => 'No',
'access_admin_class_min' => User::CLASS_ADMINISTRATOR,
],
);