Tickets list and ticket creation by anonymous - possible?

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
shershen08
Posts: 2
Joined: 01 Mar 2012, 14:34

Tickets list and ticket creation by anonymous - possible?

Post by shershen08 »

As i am trying to customize MantisBT for using as somehow public issue-tracker,
i wanted to know is it possible to make such improvements:
- ticket creation without registration (registration can possibly be "silent" - user enters login and email as additional fields)
- anonymous (not logged in) users can see list of opened tickets

I'll be gratefull for any ideas or links on docs 8O
istvanb
Posts: 226
Joined: 22 Aug 2010, 21:00

Re: Tickets list and ticket creation by anonymous - possible

Post by istvanb »

Yes ,its possible. You should create a user with reporter credentials and then add the following lines to your config_inc.php

$g_allow_anonymous_login = ON;
$g_anonymous_account = 'the username you have created';

Its possible, I find it somewhat dangerous though.
shershen08
Posts: 2
Joined: 01 Mar 2012, 14:34

Re: Tickets list and ticket creation by anonymous - possible

Post by shershen08 »

this worked for me thanks!
Post Reply