Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

Table of Contents

Users and Roles

Open-AudIT has moved away from providing access via the group system to a more flexible system using Roles.

...

A user record from the database is below (in this case the Admin user).

Code Block
languagetext
         id: 1
       name: admin
     org_id: 1
   password: 0ab0a153e5bbcd80c50a02da8c97f3c87686eb8512f5457d30e328d2d4448c8968e9f4875c2eb61356197b851dd33f90658b20b32139233b217be54d903ca3b6
  full_name: Administrator
      email: admin@openaudit
      roles: ["admin","org_admin"]
       orgs: [1]
       lang: en
     active: y
  edited_by: 
       ldap: 
edited_date: 2000-01-01 00:00:00

...