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.
Filters

The table below can be filtered by entering text in the search box; the table shows all users matching the filter text. The currently supported fields for filtering are:

  • Login
  • E-mail address
  • First name
  • Last name
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. @if (tableHasFilter(table)) { Clear filtering and try again. } Total: {{ state.totalRecords > 0 ? state.totalRecords : '0' }} {{ state.totalRecords === 1 ? 'user' : 'users' }}
ID:
{{ user.id }}
Login:
{{ user.login }}
Email:
{{ user.email | placeholder }}
Last name:
{{ user.lastname | placeholder }}
First name:
{{ user.name | placeholder }}
Group:
{{ getGroupName(user.groups[0]) }}
Authentication:
{{ user.authenticationMethodId }}
External ID:
{{ user.externalId | placeholder }}
Needs to change password: