mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
new permission: user-delete + user-change-class
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -57,6 +57,14 @@ return [
|
||||
'text' => '查看用户列表',
|
||||
'desc' => '查看、搜索用户列表',
|
||||
],
|
||||
'user-delete' => [
|
||||
'text' => '删除用户',
|
||||
'desc' => '彻底从数据库删除用户账号信息',
|
||||
],
|
||||
'user-change-class' => [
|
||||
'text' => '修改用户等级',
|
||||
'desc' => '修改用户的等级,不能修改为高于或等于自己的等级',
|
||||
],
|
||||
'torrentmanage' => [
|
||||
'text' => '管理种子',
|
||||
'desc' => '编辑、删除种子,但不能将种子设为置顶或促销',
|
||||
|
||||
@@ -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