blocking issues

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
ymolists
Posts: 4
Joined: 22 Aug 2007, 09:18

blocking issues

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

Re: blocking issues

Post 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.
--
Glenn Henshaw Logical Outcome Ltd.
Mantis developer and user w: http://www.logicaloutcome.ca
Post Reply