User Support - ThomasDC84/Proteus GitHub Wiki

User Support

Proteus support user management too. It is possible to create, edit and remove users and for every user. It is also possible to specify if it belongs to one group or more, it can be useful if you want that an user can or can't do something or whatever you want. To do that, Proteus has two classes called userLog and user. You will need the first to make an authentication through username and password, the second is needed to retrieve informations about the current user such as usename, email address, etc...

  • Learn about UserLog Class
  • Learn about User Class

To create an user you can use the ULM Module or you must create a login form following the the instructions on the page about Create a login form for the Proteus system