Hello, I would like to implement a new permission called TRAC_VIEW that will be assigned to every authenticated user in my system. I did some reading about the Trac permissions scheme [1], but I don't see how this can be done without writing a plug-in. Is there a location I can simply define a new permission?
I'd like to use the permission to control the display of custom tabs on the navigation bar. For example, when using the TracTab plug-in a permission must be specified to control who sees the tab [2]. If the permission is not specified, then TRAC_ADMIN priviledge is required to view the button. The problem I have is that I want all users to see the tab, but I have multiple groups with non-overlapping permissions, and currently no single permission that I can assign to all users without granting some of those users access to resources I'd prefer them to not see, [1] http://trac.edgewall.org/wiki/TracPermissions [2] http://trac-hacks.org/ticket/5611 Thank you, - Ryan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
