help with blocking issues

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
ymolists

help with 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.
ymolists

Post by ymolists »

we are using mantis 1.1.0a4
MaKARON
Posts: 13
Joined: 12 Dec 2005, 12:02
Location: Olkusz / Poland
Contact:

re:

Post by MaKARON »

Change you config_inc.php:

add:
$g_allow_signup = OFF;

deleting depends on user priviledges.
ymolists

Post by ymolists »

Can you please explain what you mean by "depends on user priviledges".
Post Reply