Users and Login Class (Features) - norbertsackey/ash-sweb-2016-group14 GitHub Wiki

Login / Log Out Feature for Engineering Lab Inventory Application - Group 14

This page provides brief information on how to log in and out of the potential system we will be completing.

To successfully use this platform, you require an user id and password to log in:

  • The login page is the first page you are directed to before accessing all other pages
  • The login page displays placeholders or textboxes in which you will insert you user_id and password
  • The login page should be able to distinguish between a student user and an admin user
  • The user will insert their id details and include personal password
  • Click on submit button
  • Login should be successful if directed to home page or another page
  • Login is unsuccessful when invalid user_id and password are entered thus will display Login Unsuccessful

_ Logout feature will be included in some pages in the future to provide user easy access to log out_*

_ You click Logout button and then page is redirected to Login page_*

Users class is modeled to enable the user make certain requests that can be easily fetched or retrieved from the database.