Page 1 of 1

help with blocking issues

Posted: 23 Aug 2007, 09:08
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.

Posted: 23 Aug 2007, 11:53
by ymolists
we are using mantis 1.1.0a4

re:

Posted: 24 Aug 2007, 14:13
by MaKARON
Change you config_inc.php:

add:
$g_allow_signup = OFF;

deleting depends on user priviledges.

Posted: 02 Sep 2007, 09:22
by ymolists
Can you please explain what you mean by "depends on user priviledges".