Any way of resticting the projects a user can see?

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
phil81uk
Posts: 18
Joined: 09 May 2005, 15:36

Any way of resticting the projects a user can see?

Post 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.
thraxisp
Developer
Posts: 509
Joined: 14 Feb 2005, 03:38
Location: Ottawa, Canada
Contact:

Post by thraxisp »

Yes. Make the projects "Private". As an admin, you will then have to assign accessible projects to each user.
Hsoj
Posts: 14
Joined: 05 Apr 2005, 19:32

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

Post 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;
phil81uk
Posts: 18
Joined: 09 May 2005, 15:36

Post by phil81uk »

Thank you. I will do that.
Post Reply