Purpose
Login:
•
|
The user enters the ID and password and is authenticated
|
Session Defaults:
•
|
A user after login, has the option to change the default drawer.
|
•
|
Improved attention to security means that a timeout of 5 minutes is now effective.
|
•
|
If the session remains inactive for more than 5 minutes, it will automatically logoff.
|
Advanced User Information
Login:
•
|
Validation for User Name
|
•
|
Can take characters A-Z, a-z, 0-9, underscore only
|
•
|
Validation for Password
|
•
|
Can take characters A-Z, a-z, 0-9, all special characters
|
•
|
Maximum length 20 and minimum 6
|
•
|
If the password is valid the system displays to the main screen and only those items in the left side menu which are applicable to the group to which the user logged in belongs to.
|
Session Defaults:
•
|
The Company is non-editable. The default Company for the user is displayed.
|
•
|
The Store is non-editable. The default Store for the user is displayed.
|
•
|
The user can select any Drawer belonging to the selected Store.
|
|