Manager users for Updater role

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
rubbens16
Posts: 1
Joined: 24 Jun 2016, 16:19

Manager users for Updater role

Post by rubbens16 »

I would like that users with the role "Updater" can create new users and add those newly created users to projects they are responsable for.

I've added the following code to config_inc.php.

Code: Select all

$g_manage_user_threshold = UPDATER;
$g_create_project_threshold = MANAGER;
$g_project_user_threshold = UPDATER;
Can you see why it is not working?

Regards

-- Ivan
Post Reply