blandfordc / CSCI380

Repository for our group's project for CSCI 380
1 stars 0 forks source link

User Authentication #9

Open lukejsnyder opened 7 years ago

lukejsnyder commented 7 years ago

Redirect from wrong page. Display if the user has entered an incorrect user

josephthompson33 commented 7 years ago

This link should be helpful: https://www.tutorialspoint.com/jsp/jsp_form_processing.htm you'll need to make a jsp file, probably called login.jsp and then the instructions on that page make it possible to add text fields and stuff, also we should use the same html style as the other pages.