Sarang kirjoitti: > Hi, > > I need to create a user who can submit,create and edit his own tickets > only. I created a user ABC and added this user to a group Customer and > gave the following permissions to to the group. > > Customer TICKET_VIEW > Customer TICKET_CREATE > Customer TICKET_CHGPROP > Customer TICKET_MODIFY > Customer TICKET_APPEND > > All this i did from the UI. However when i login as user ABC i see the > FORBIDDEN page. Any idea what i am doing wrong ?
First, initially you end up on a wiki page. If you don't have WIKI_VIEW permissions you will see forbidden. Make Ticket view as default. Second, Trac doesn't support fine grained permissions yet. So anyone who belongs to Customer group can change any ticket. HTH. -- Jani Tiainen --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
