Page 1 of 1

Any way of resticting the projects a user can see?

Posted: 09 May 2005, 15:38
by phil81uk
Hi,

I would like to allow my customers to log into Mantis and view the issues on their project. But I don't want them to browse other projects. Is there any way of doing this?

Also how can I stop people registering themselves and going into teh system? I would prefer it if only I could register users from the admin account.

Thank you for your help.

Posted: 09 May 2005, 15:40
by thraxisp
Yes. Make the projects "Private". As an admin, you will then have to assign accessible projects to each user.

Re: Any way of resticting the projects a user can see?

Posted: 10 May 2005, 15:46
by Hsoj
phil81uk wrote: Also how can I stop people registering themselves and going into teh system? I would prefer it if only I could register users from the admin account.
You want the config_defaults_inc.php, or config_inc.php if it's in there.

Look for:

Code: Select all

# allow users to signup for their own accounts.
# Mail settings must be correctly configured in order for this to work
$g_allow_signup			= OFF;

Posted: 10 May 2005, 15:59
by phil81uk
Thank you. I will do that.