Search found 1 match

by rubbens16
24 Jun 2016, 16:26
Forum: General Discussion
Topic: Manager users for Updater role
Replies: 0
Views: 3244

Manager users for Updater role

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.


$g_manage_user_threshold = UPDATER;
$g_create_project_threshold = MANAGER;
$g_project_user_threshold ...