This page displays a user profile.

Currently the profile information may only be changed by the system administrator. Profile information may 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
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.
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 }}