fix: user role can't open page of password & ssh key

pull/14080/head
Bai 2024-08-29 14:19:55 +08:00 committed by w940853815
parent 6d3d4a08af
commit e3bf015aa9
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ system_user_perms = (
('authentication', 'temptoken', 'add,change,view', 'temptoken'),
('authentication', 'accesskey', '*', '*'),
('authentication', 'passkey', '*', '*'),
('authentication', 'sshkey', '*', '*'),
('tickets', 'ticket', 'view', 'ticket'),
)
system_user_perms += (user_perms + _view_all_joined_org_perms)