fix: 去除change_setting权限位

This commit is contained in:
Jiangjie.Bai
2022-03-15 20:23:22 +08:00
committed by Jiangjie.Bai
parent 4bfa88f01f
commit d320443c9f
7 changed files with 6 additions and 7 deletions

View File

@@ -55,7 +55,7 @@ exclude_permissions = (
('ops', 'task', 'add,change', 'task'),
('ops', 'commandexecution', 'delete,change', 'commandexecution'),
('orgs', 'organizationmember', '*', '*'),
('settings', 'setting', 'add,delete', 'setting'),
('settings', 'setting', 'add,change,delete', 'setting'),
('audits', 'operatelog', 'add,delete,change', 'operatelog'),
('audits', 'passwordchangelog', 'add,change,delete', 'passwordchangelog'),
('audits', 'userloginlog', 'add,change,delete,change', 'userloginlog'),