Compare commits

...

1 Commits
v4.7 ... v4.1

Author SHA1 Message Date
Bai
cce4e48430 fix: user role can't open page of password & ssh key 2024-08-29 14:47:02 +08:00

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)