User management - lucbu/AngkorCMS GitHub Wiki

User management

Informations available

There is several informations available for each user:

  • Name
  • Email
  • Creation date
  • Boolean if he is admin or not
  • The id of his group (Or null if there is not)

Groups

You can manage user permission with the middleware angkorcmspermissions:NameOfGroup, that allow user in the group name or it's descendant to access the page. (If the user got the boolean admin he'll have access to every pages)

Here is a drawing: