diff --git a/hooks/templates/inc_user2roles.php.erb b/hooks/templates/inc_user2roles.php.erb new file mode 100644 index 0000000000000000000000000000000000000000..61ac87c2197ab069e5e45d8f40fa502f86778442 --- /dev/null +++ b/hooks/templates/inc_user2roles.php.erb @@ -0,0 +1,16 @@ +<?php +/* + * IML DEPLOYMENT GUI + * USERS and assigned roles + * + * remark: Every user logged in is member of "authenticated" + */ + +return array( + // "authenticated" => array(), + // "developer" => array(), + // "projectmanager" => array(), + "admin" => array(<%= @replace["adminusers"] %>), + ), + +);