vote up 2 vote down star
1

The title says it all: How would one configure trac to allow anonymous submission of tickets?

flag

3 Answers

vote up 5 vote down check

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

link|flag
vote up 3 vote down

Go to Admin > Permissions, then give "anonymous" the TICKET_CREATE and TICKET_MODIFY privileges (actions).

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

link|flag
vote up 2 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.