Deny access to a project on a user basis

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
istvanb
Posts: 226
Joined: 22 Aug 2010, 21:00

Deny access to a project on a user basis

Post by istvanb »

I am wondering if I can restrict the visibility of certain projects on an user basis. My idea was to create a new user credentials called "none".

$g_access_levels_enum_string = '1:none,10:viewer,25:reporter,40:updater,55:developer,70:manager,90:administrator';
$s_access_levels_enum_string = '1:none,10:viewer,25:reporter,40:updater,55:developer,70:manager,90:administrator';

Unfortunately this does not work since the user still see the project, alought does not have access to its issues.
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Deny access to a project on a user basis

Post by atrol »

istvanb wrote:I am wondering if I can restrict the visibility of certain projects on an user basis.
Set "View Status" of the project to "private" to assign individual users with individual access levels to a project.

Is this the same question? http://www.mantisbt.org/bugs/view.php?id=14042
Please use Search before posting and read the Manual
istvanb
Posts: 226
Joined: 22 Aug 2010, 21:00

Re: Deny access to a project on a user basis

Post by istvanb »

Yes, its the same question. I am aware of the solution you have recommended, but its not the most straightforward way.
Post Reply