Users

The Users section lists represents everyone with login access. You can edit user details like business unit and organization, and manage roles for specific access and permissions.

How to use

In order to create (or edit) Users, in the System app, click on main menu and select Users. In the page that opens click the Add button or select and existing one and click the Edit button.

Designer

  1. User - The the username of the user.
  2. Password - The password of the user.
  3. Organization - The the organization of the user.
  4. Business Unit - The business unit of the user.
  5. Authentication Provider - The authentication provider of the user.
  6. Mail - The mail of the user.
  7. Full name - The full name of the user.
  8. Change password - If set to true it will encrypt the password.
erDiagram
    user {
        string name
        string password
        integer id_organization FK
        integer id_business_unit FK
        string authentication_provider
        string mail
        string full_name
        integer change_password
    }
    user_role {
        integer id_role FK
    }
    user many--one business_unit : user_business_unit
    user many--one organization : user_organization
    user one--many user_role: user_user_role
    user_role many--one role : user_organization

ROLES tab

  1. Role - The roles of the user.