mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-28 06:57:22 +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