Skip to content
Snippets Groups Projects
Select Git revision
  • 9446ac5f0ae5a3a12d4bad2aac6e322a97dcf405
  • master default protected
  • Legacy_Php7
3 results

inc_user2roles.php

Blame
  • inc_user2roles.php 394 B
    <?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(
            "cliadmin", // generic cli user from user class
            "hahn",
            "dschueler",
        ),
        
    );