Reputation: 19476
How would one configure trac to allow anonymous submission of tickets?
Upvotes: 4
Views: 1007
Reputation: 1293
Go to Admin > Permissions, then give "anonymous" the TICKET_CREATE and TICKET_MODIFY privileges (actions).
See: http://trac.edgewall.org/wiki/TracPermissions
Upvotes: 4
Reputation: 48428
Setup a trac site to allow anonymous (no actual login) login. Grant the anonymous user permission to only create tickets, and maybe view existing tickets if you wish. But deny all other permissions.
The trac admin plugin makes this pretty easy.
Upvotes: 3
Reputation: 8810
In your trac config you need to give the anonymous user the TICKET_CREATE permission.
Upvotes: 6