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' => '檢視用戶清單',
'desc' => '檢視、搜索用戶清單',
],
'user-delete' => [
'text' => '刪除用戶',
'desc' => '徹底從數據庫刪除用戶賬號信息',
],
'user-change-class' => [
'text' => '修改用戶等級',
'desc' => '修改用戶的等級,不能修改為高於或等於自己的等級',
],
'torrentmanage' => [
'text' => '管理種子',
'desc' => '編輯、移除種子,但無法將種子設為置頂或促銷',