Page 1 of 1
Mantis user's configuration
Posted: 24 Mar 2010, 13:48
by AmirS
Hi all, I installed mantis bug tracker and it works finally! but there remains a small detail which is very important is that each user can access mantis change preferences where there is "the default project" can configure these settings exactly!
I want to know if possible how to eliminate the right of access to the configuration for a normal user? thx in advance !!!
Re: Mantis user's configuration
Posted: 25 Mar 2010, 22:41
by TomR
That is not possible out of the box.
Why do you want to restrict access for normal users?
Re: Mantis user's configuration
Posted: 26 Mar 2010, 09:19
by AmirS
I do not want each customer can see the other bugs of customers.A little security as well! That's my goal, again I want to remove the selection list of the top project since each customer can access anytime to other projects Customers.
Re: Mantis user's configuration
Posted: 26 Mar 2010, 22:10
by TomR
You can achieve that by give customers the appropriate access level to projects. When the customer sets All Projects in their preferences, it means only the projects he is authorized to, NOT All Projects.
Furthermore, there is a configuration parameter to restrict reporters ( customers ) to their own issues, not to other issues.
Code: Select all
/**
* limit reporters
* Set to ON if you wish to limit reporters to only viewing bugs that they report.
* @global int $g_limit_reporters
*/
$g_limit_reporters = OFF;
Re: Mantis user's configuration
Posted: 29 Mar 2010, 14:10
by AmirS
Thx, for the reply !