Mantis user's configuration

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
AmirS
Posts: 11
Joined: 05 Mar 2010, 09:59

Mantis user's configuration

Post 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 !!!
TomR
Posts: 55
Joined: 01 Aug 2006, 10:22

Re: Mantis user's configuration

Post by TomR »

That is not possible out of the box.

Why do you want to restrict access for normal users?
Tom
------------------------------------
AmirS
Posts: 11
Joined: 05 Mar 2010, 09:59

Re: Mantis user's configuration

Post 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.
TomR
Posts: 55
Joined: 01 Aug 2006, 10:22

Re: Mantis user's configuration

Post 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;
AmirS
Posts: 11
Joined: 05 Mar 2010, 09:59

Re: Mantis user's configuration

Post by AmirS »

Thx, for the reply !
Post Reply