Users
1. Overview
The Users screen manages the users who have access to the Nukk platform, including creating new users and each one's role.
2. Creating a User
The New User form has the following fields:
| Field | Required | Description |
|---|---|---|
| First Name | Yes | User's first name. |
| Last Name | Yes | User's last name. |
| Yes | User's email. Used for login and to send the initial access email. | |
| Role | Yes | User's role on the platform. Options: ADMIN or USER. |
| Password | Yes | User's initial password. |
| Confirm Password | Yes | Confirmation of the entered password. |
After clicking Save, the user is created and receives an email with instructions on how to access the platform.
3. Roles
| Role | Description |
|---|---|
ADMIN | TODO: detail the exclusive permissions of the ADMIN role. |
USER | TODO: detail the permissions of the USER role. |
4. FAQ
What happens if I don't confirm the password correctly? TODO: confirm the form's validation behavior.
Can the access email be resent if the user doesn't receive it? TODO: confirm whether there's a resend invitation/access email action.
Can a user have more than one role, or change roles after being created? TODO: confirm whether the role can be edited after user creation.