{{ item.label }}
Login Email First name Last name Group {{ u.login }} It's you {{ u.email }} {{ u.name }} {{ u.lastname }} {{ u.groups.length > 0 ? auth.groupName(u.groups[0]) : 0 }} Total: {{ state.totalRecords > 0 ? state.totalRecords : '0' }} {{ state.totalRecords === 1 ? 'user' : 'users' }}
Login:
{{ userTab.user.login }}
Email:
{{ userTab.user.email }}
Lastname:
{{ userTab.user.lastname }}
First name:
{{ userTab.user.name }}
Group:
{{ userTab.user.groups.length > 0 ? auth.groupName(userTab.user.groups[0]) : 0 }}

In order to create new user account please specify user login, user's first name and last name. The email is optional but we strongly recommend that it is specified. If the email is provided the user can sign in either using the login or the email. The password is mandatory and it is required that it is at least 8 characters long.


The user must be associated with one of the existing system groups. Currently there are two groups available: super-admin and admin. The users belonging to the super-admin group have full control over the system, including creation of the user accounts and modifying those accounts. The users beloging to the admin group have similar permissions with the exception that they are not allowed to create and/or modify user accounts. However, they are allowed to update their own passwords.

Use this form to modify user account information, add lacking email address or change the group that the user is associated with.


The user password remains unchanged if it is left blank while saving the form.

Login*:
Email:
First name*:
Last name*:
Group*:
Password*:
Repeat password*: