4

How would one configure trac to allow anonymous submission of tickets?

ThinkingStiff
  • 64,767
  • 30
  • 146
  • 239
thr
  • 19,160
  • 23
  • 93
  • 130

3 Answers3

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).

See: http://trac.edgewall.org/wiki/TracPermissions

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