kalevias / MyCollege

CSI 4999 - Senior Capstone Project
1 stars 1 forks source link

Implement user authentication on login page #25

Closed kalevias closed 6 years ago

kalevias commented 6 years ago

Upon an attempted login by a user, the site will need to be able to handle user authentication as per #3. See design specification in UC5.

A user is considered, "logged in," when some relevant information is stored in the site's session with the user. For example, an instance of a user class could be stored in the session to upon a successful login.

Deliverable: PHP code committed to GitHub.