This page displays a user profile.

Currently, profile information may only be changed by the system administrator, but it can be viewed here.

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.
ID:
{{ currentUser.id }}
Login:
{{ currentUser.login }}
Email:
{{ currentUser.email | placeholder }}
Last name:
{{ currentUser.lastname | placeholder }}
First name:
{{ currentUser.name | placeholder }}
Group:
{{ groupName | placeholder }}
Authentication:
{{ currentUser.authenticationMethodId }}
External ID:
{{ currentUser.externalId | placeholder }}