This page is displayed when the user is signed into apix but then decides to sign-out of the system by selecting the sign-out button next to their profile name in the header.
Requirements
The user must be a valid apix user and signed in in order to see this page. This page is inteneded to give the user a nice exit. The user will be shown a canned message (actual messaging TBD) that confirms they have been signed out and they will also be allowed to sign-in again from this page by using the provided sign-in form.
The Sign In Form (Top to Bottom)
The Apix module will have a username and password form. The user will be instructed to enter their APix FM Universal Login information. Once the submit button is clicked the form will be validated and the contents will either be accepted or rejected. NOTE: The submit button may become an image rather than a standard submit button but this will be deternmined during the UI/Design Phase.
Username
Required text field
No character max on input
Validation
All characters accepted
Possible Errors
Empty field
spaces
improper input
Password
Required text field
6 character minimum on input
15 character max on input - no spaces allowed
Symbols and alphanumeric text inputs will be taken
On input the characters are masked in the iput field to look like this
Validation
No spaces
Between 6 and 15 characters
Possible Errors
Empty field
Less than 6 characters entered
Spaces were used
Submit Button
If accepted the user is taken to their profile page.
If rejected, the system will display a message by the submit button without refreshing the page that their password could not be validated. The user will only be allowed three rejections before a contact customer service notice is displayed. At this point the user may contect customer service for help.
Accepted
If accepted, the user will be taken to their profile page.
Rejected
If rejected, the system will display a message by the submit button without refreshing the page that their login is incorrect. The user will only be allowed three rejections before a contact customer service notice is displayed. At this point the user may contect customer service for help or select the "forgot password?".
"Forgot Password?" Link
If the user select the "forgot password?" link then they will be taken to a new page where they will be prompted to enter their email address that they used to register the account with. After they enter their email in the form and select the submit button. The message will change to say that their password has been emailed to their xyz@email.com account (where xyz@email.com is the email adress entered by the user in the form). The email the registrant receives should look something like this:
Email contains:
Example: “Dear Username,
You have requested that your login information be emailed to you. Your Login: Username and Password: password. Please do not reveal this information to anyone.
Thanks,
MLab Staff”
A value proposition message/site feature should be delivered to the user in content of email.
Once the user recovers their password then they can begin the registration process again.