new permission: user-delete + user-change-class

This commit is contained in:
xiaomlove
2022-09-13 04:09:23 +08:00
parent 9a00c17ea5
commit 7a435132d6
10 changed files with 70 additions and 39 deletions
+8
View File
@@ -57,6 +57,14 @@ return [
'text' => 'View User List',
'desc' => 'View, search user list',
],
'user-delete' => [
'text' => 'Delete user',
'desc' => 'Completely delete user account information from the database',
],
'user-change-class' => [
'text' => 'Change user class',
'desc' => "Modify the user's level, can not be modified to a level higher than or equal to their own",
],
'torrentmanage' => [
'text' => 'Torrent Management',
'desc' => 'Edit torrents, excluding setting torrent sticky or on promotion or delete',