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.
Any way of resticting the projects a user can see?
Moderators: Developer, Contributor
Re: Any way of resticting the projects a user can see?
You want the config_defaults_inc.php, or config_inc.php if it's in there.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.
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;