Loading...
 
Skip to main content

History: Project_Management_Users

Source of version: 4 (current)

Copy to clipboard
            {CODE(caption=>YAML)}
objects:
 - 
  type: users
  data: 
   -
    name: aldo
    pass: whatever
    groups: [ Program Manager ]
   -
    name: ben
    pass: b-boy
   -
    name: xavi
   -
    name: marc
    groups: [ test's Lead ]
{CODE}