Managing Users
User Authentication Defaults
The default configuration authenticates against user credentials stored within the Xpress Insight database. User information is stored as plain text with passwords persisted in a one-way encrypted form using SHA-256 hashing (1024 iterations and a random 8-byte random salt value).
- Username: admin
- Password: admin123
This account is pre-configured with access to all features of the Xpress Insight system, including the administration interface. The password (admin123) should be changed immediately after the application is deployed.
Once a user is authenticated, the authorization system returns a set of authorities for the logged-in user. Certain authorities are required to invoke actions by the Xpress Insight server - see Reviewing Preconfigured System Authorities for a full list of pre-configured system authorities and the actions they authorize.
User accounts are associated with one or more authority groups, and user actions are restricted in scope to apps of which the user is a member. See Using the Predefined Authority Groups and Users for further information about predefined authority groups.
![]() |
Note There must be at least one active user with the SYS_USER authority within the application at any one time. If an action is performed that results in there being no active SYS_USER, an error is displayed indicating that the requested action cannot be performed. Examples of this type of action include removing SYS_USER from an authority group or removing an authority group assigned to a user.
|