Registered active users should be able to log in to the platform with their email and Password.
When the user click on the “Forgot Password?” link, the system will ask for the username (email) and send one-time only link for reset password.
The user will click on the one-time link to open a web window which would prompt the user to enter a unique 6 digit code sent to their email.
After the user input a valid six digit passcode, this will navigate to change password
Minimum password length is 8 characters.
Password must consist of alpha, numeric characters and symbols e.g. @#$% and must include upper and lower case.
Passwords cannot be reused within a cycle of 5 passwords.
Passwords must expire within 90 days.
After 90 days, user will be required to reset their password.