Users
On this page
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
- User - The the username of the user.
- Password - The password of the user.
- Organization - The the organization of the user.
- Business Unit - The business unit of the user.
- Authentication Provider - The authentication provider of the user.
- Mail - The mail of the user.
- Full name - The full name of the user.
- 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
- Role - The roles of the user.