Issue with user privileges

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
khali91
Posts: 30
Joined: 12 Aug 2010, 14:04

Issue with user privileges

Post by khali91 »

Hi,

I have Mantis 1.2.2. Before this upgrade, I used Mantis 1.1.8. in the 1.1.8, the user "project manager" could see the graphs. Now, since we upgrade to 1.2.2, the project manager can't see the graphs. Only Administrator can see them. Why ?

Thank you for your help.
istvanb
Posts: 226
Joined: 22 Aug 2010, 21:00

Re: Issue with user privileges

Post by istvanb »

Check the credentials of "project manager". Probably its not set properly (maybe it is a Reporter).

Option1: give "project manager" MANAGER credentials globally (not recommended)
Login as admin go to Manage / Manage users, select "project manager" and assign the proper credentials (I guess to Manager).

Option2: give "project manager" MANAGER credentials on a project basis (recommended)
Login as admin go to Manage / Manage projects, select the project you want the user to be a manager, scroll down to the bottom and add that user as a manager to that project.

If it doesnt help check your config_inc.php for the following line:

$g_view_summary_threshold = MANAGER;

if it does not exist add it.

This should solve the problem.
Post Reply