mirror of https://github.com/jumpserver/jumpserver
fix: user role can't open page of password & ssh key
parent
6d3d4a08af
commit
e3bf015aa9
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue