Administrative users can modify user privileges and passwords by clicking on the user name below. More information in documentation in 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
a label of a group that the user belongs to.
Authentication
an identifier of the method used to authenticate a user. The internal authentication is a default method using 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 }}
Need to change password:

To create a new user account, please specify user 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 8 characters long.


The user must be associated with an existing system group. Currently there are two groups available: super-admin and admin. 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.

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 it is left blank while saving the form.