Standard Users and Login

When creating a system user that uses the standard authorization method, the password is stored in the internal system database. VOSS-4-UC uses the PBKDF2 algorithm with an SHA256 hash, a key stretching mechanism recommended by the National Institute of Standards Technology (NIST), Computer Security Resource Center (CSRC).

When logging in as a standard user, go to the URL:

https://{hostname}/login

A log in page theme can be applied to the log in page during the log in process by adding the suffix ?theme={theme_name} where {theme_name} is an available theme. For example:

https://{hostname}/login/?theme=default

When logging in, the username can be entered in either of the following formats:

{username}@hierarchy or {email address}

The hierarchy is in dot notation and corresponds with the hierarchy to which the user belongs. The hierarchy level is the level at which the user is created.

The hierarchy on the log in form is prefixed with sys.

For example: johndoe@sys.VS-OPS.VS-Corp.Chicago