On Jul 31, 1:58 pm, Erik W <[email protected]> wrote: > What is the best way for me to implement a system that allows users to > create their own account and then add tickets? The key is I don't > want them to be able to edit existing tickets unless they created > them.
It should be possible to do this with the AccountManagerPlugin [1] and the PrivateTicketsPlugin [2]. I have not used the former, but I have used the latter to do as you describe. The PrivateTicketsPlugin TICKET_VIEW_REPORTER would allow you to restrict a set of users to only see tickets that they created. [1] http://trac-hacks.org/wiki/AccountManagerPlugin [2] http://trac-hacks.org/wiki/PrivateTicketsPlugin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
