User
The User table is a system table. If you want to learn more about it, please check the System Tables documentation.
Overview
- The User table allows you to create different users.
- The User table allows you to assign multiple roles to users.
Columns
User
In this column, you can assign the name of the user.
Roles
You can assign different roles to each user according to your needs.
Features
In the UI
When creating/editing a user, the form will display a list of available roles. The available roles come from the ones created in the Role table.
Default users
By default, any project will have the following users:
admin
Features
- By default, it has the
System Administratorrole (check about roles in the Role table documentation). - This user name cannot be modified.
- This user cannot be deleted.
- The password for this user is automatically generated with random characters.
user
Features
- By default, it has the
Userrole (check about roles in the Role table documentation). - The user name can be modified.
- The user can be deleted.