Super-admin users can modify user privileges and passwords by clicking on the user name below. More information is available the Stork ARM in the user and password management chapter.

ID
A sequential identifier number used internally by Stork.
Login
A friendly name identifying the user; it is unique for a given authentication method.
Email
An optional property.
Group
The group that the user belongs to.
Authentication
The method used to authenticate a user. Internal authentication is the default method, using a login and password stored in the Stork database.
External ID
An identifier returned by an external authentication service; it is not specified if the internal authentication method is used.
{{ item.label }}
Login Email First name Last name Group Authentication External ID {{ u.login | placeholder }} {{ u.email | placeholder }} {{ u.name | placeholder }} {{ u.lastname | placeholder }} {{ getGroupName(u.groups[0]) }} {{ u.authenticationMethodId }} {{ u.externalId | placeholder }} No users found. Total: {{ state.totalRecords > 0 ? state.totalRecords : '0' }} {{ state.totalRecords === 1 ? 'user' : 'users' }}
ID:
{{ userTab.user.id }}
Login:
{{ userTab.user.login }}
Email:
{{ userTab.user.email | placeholder }}
Last name:
{{ userTab.user.lastname | placeholder }}
First name:
{{ userTab.user.name | placeholder }}
Group:
{{ getGroupName(userTab.user.groups[0]) }}
Authentication:
{{ userTab.user.authenticationMethodId }}
External ID:
{{ userTab.user.externalId | placeholder }}
Needs to change password:

To create a new user account, please specify the user's login, first name, and last name. An email address is optional but strongly recommended. If an email is provided, the user can sign in either using the login or the email address. The password is mandatory and must be at least eight characters long.


The user must be associated with an existing system group. Currently there are three groups available: super-admin, admin and read-only. Users belonging to the super-admin group have full control over the system, including creating and modifying user accounts. Users belonging 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. Users that belong to the read-only group cannot perform Create, Update nor Delete actions in Stork UI and in the REST API endpoints.

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


The user password remains unchanged if the field is left blank when the form is saved.

{{ getGroupDescription(userForm.controls.userGroup.value?.id) }}