thr
thr

Reputation: 19476

Configure trac for anonymous ticket submissions

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

Upvotes: 4

Views: 1007

Answers (3)

Kevin
Kevin

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

Joseph Daigle
Joseph Daigle

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

cori
cori

Reputation: 8810

In your trac config you need to give the anonymous user the TICKET_CREATE permission.

Upvotes: 6

Related Questions