Page 1 of 1

blocking issues

Posted: 22 Aug 2007, 09:21
by ymolists
Hi.

We are trying to implement mantis however we are facing these blocking issues.

1) Is there a way to stop people from registering to the mantis by visiting the login page. We only want the admin to create new users in the db. At the very least all new users should not be allowed to have access until and unless the admin reviewed the account and enabled it.

2) Is there a way we can stopp all non admin users from deleting issues from the db. It seems evryone is able to delete issues from the db.

Re: blocking issues

Posted: 08 Sep 2007, 14:17
by thraxisp
ymolists wrote:Hi.

We are trying to implement mantis however we are facing these blocking issues.

1) Is there a way to stop people from registering to the mantis by visiting the login page. We only want the admin to create new users in the db. At the very least all new users should not be allowed to have access until and unless the admin reviewed the account and enabled it.
add "$g_allow_signup = OFF;" to your config_inc.php file
ymolists wrote:2) Is there a way we can stopp all non admin users from deleting issues from the db. It seems evryone is able to delete issues from the db.
This can be configured from the Manage -> Manage Configuration -> Workflow Thresholds page. I prefer not to let anyone delete bugs.