feat: 用户在线session控制

This commit is contained in:
feng
2023-09-13 16:52:11 +08:00
committed by Bryan
parent 5cbbf9e737
commit 3abc8bddfa
18 changed files with 227 additions and 10 deletions

View File

@@ -36,6 +36,7 @@ system_user_perms += (user_perms + _view_all_joined_org_perms)
_auditor_perms = (
('rbac', 'menupermission', 'view', 'audit'),
('users', 'usersession', '*', '*'),
('audits', '*', '*', '*'),
('audits', 'joblog', '*', '*'),
('terminal', 'commandstorage', 'view', 'commandstorage'),