Page 1 of 1

Deny access to a project on a user basis

Posted: 13 Mar 2012, 07:25
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.

Re: Deny access to a project on a user basis

Posted: 13 Mar 2012, 20:51
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

Re: Deny access to a project on a user basis

Posted: 14 Mar 2012, 16:07
by istvanb
Yes, its the same question. I am aware of the solution you have recommended, but its not the most straightforward way.