Page 1 of 1

Tickets - Privacy

Posted: 21 May 2014, 14:23
by worker
Hi,

The version of my mantis is 1.2.17 and found that all users have created, can see all tickets created.

Needed to know if it's possible users only see their tickets as a matter of privacy. If yes, can you tell me how?

Thanks.

Re: Tickets - Privacy

Posted: 21 May 2014, 14:31
by atrol
Add the following line to file config_inc.php

Code: Select all

$g_limit_reporters = ON;

Re: Tickets - Privacy

Posted: 21 May 2014, 16:07
by worker
Thanks :wink: