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?
Actions