On Mon, Mar 12, 2007 at 08:08:57PM -0000, John wrote: > Thanks for your suggestion. > That solves my problem, but what if I want to do this: > 1. 'annoymous' group can not go anywhere > > I have 3 users in the system, john, sue, test > 2. 'john, 'sue' can create tickets, view tickets > 3. 'test' can only view tickets > > How can I do that? If i use 'authenticated' group, then all 3 users > have the same permissions.
You need to configure permissions that reflect your needs. In your case, john and sue need at least TICKET_CREATE permissions, while test only needs TICKET_VIEW, cf. http://trac.edgewall.org/wiki/TracPermissions Rainer --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
