Actions
Bug #26795
openToken ID only visible to full admins, not organisation admins
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Description
This may be intended behavior, but for me it seems that organisation admins should be able to see the Token ID of the machines they are provisioning within their organisation.
This line in host_helper.rb:
fields += [[_("Token"), host.token || _("N/A")]] if User.current.admin?
Updated by Marek Hulán almost 6 years ago
Yeah, this is definitely not ideal. We could use host update permission or allow host owner to see the token. Not sure which one is better.
Actions