How would one configure trac to allow anonymous submission of tickets?
Asked
Active
Viewed 991 times
4
3 Answers
6
In your trac config you need to give the anonymous user the TICKET_CREATE permission.

cori
- 8,666
- 7
- 45
- 81
4
Go to Admin > Permissions, then give "anonymous" the TICKET_CREATE and TICKET_MODIFY privileges (actions).

Kevin
- 1,295
- 2
- 13
- 9
3
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.

Joseph Daigle
- 47,650
- 10
- 49
- 73