Skip to main content

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:

FieldRequiredDescription
First NameYesUser's first name.
Last NameYesUser's last name.
EmailYesUser's email. Used for login and to send the initial access email.
RoleYesUser's role on the platform. Options: ADMIN or USER.
PasswordYesUser's initial password.
Confirm PasswordYesConfirmation 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

RoleDescription
ADMINTODO: detail the exclusive permissions of the ADMIN role.
USERTODO: 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.