mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 20:17:24 +08:00
new permission: user-delete + user-change-class
This commit is contained in:
@@ -57,6 +57,14 @@ return [
|
||||
'text' => '檢視用戶清單',
|
||||
'desc' => '檢視、搜索用戶清單',
|
||||
],
|
||||
'user-delete' => [
|
||||
'text' => '刪除用戶',
|
||||
'desc' => '徹底從數據庫刪除用戶賬號信息',
|
||||
],
|
||||
'user-change-class' => [
|
||||
'text' => '修改用戶等級',
|
||||
'desc' => '修改用戶的等級,不能修改為高於或等於自己的等級',
|
||||
],
|
||||
'torrentmanage' => [
|
||||
'text' => '管理種子',
|
||||
'desc' => '編輯、移除種子,但無法將種子設為置頂或促銷',
|
||||
|
||||
Reference in New Issue
Block a user