Users
Registration of users who have permission to access the system, and Access Rules can be added for each one individually.
Logged-in user data is used in actions within the system, such as the Inventory Application action, which documents the user who carried out the application.

Fields
| Field | Description | Type | Size | Required |
|---|---|---|---|---|
| Name | Username | String | 255 | Yes |
| User email (will be used at login) | String | 255 | Yes | |
| Password | Access password | String | 255 | Yes |
| Confirm Password | Access password confirmation | String | 255 | Yes |
| CPF | User CPF | String | 255 | No |
| Date of Birth | User's Date of birth | Date | - | No |
| Position | User Role | String | 255 | No |
| Phone | User Phone | String | 255 | No |
| Mobile | User cell phone | String | 255 | No |
| Access Group | Access group the user belongs to | String | 255 | No |
| Status | User status within the system | Selection | - | Yes |