Page 1 of 1

Manager users for Updater role

Posted: 24 Jun 2016, 16:26
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