Announcement

Collapse
No announcement yet.

role file

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • role file

    Hello,
    After a program abort some rolls do not work. What is dre name of the role file, where can I find it?
    peter

  • #2
    Hello peterberlin

    If you are looking for the actual storage:

    Roles are stored in the "role" table at the database, the permissions information for each "role" at entity level is stored as a json object inside the "data" field and permissions at the field level is stored as a json object also in the "field_data" field .

    Links between "role" and "user" are stored in the "role_user" table and links between "role" and "team" are stored in the "role_team" table.

    Comment


    • peterberlin
      peterberlin commented
      Editing a comment
      Thanks for the information. I had already looked into the database, but I didn't know the other thing.
Working...
X