arfink / BISS-TEA

Beverage Industry Sign Shop - Tracking Expense Accounts
2 stars 0 forks source link

create login page #13

Closed jared-skinner closed 8 years ago

jared-skinner commented 8 years ago

This ticket should come after #14. I will work on this one for now.

We need an html template. I don't see any need for php specific to this page since this page will be static. Here are the pieces I see:

We need a page with username and password fields sitting inside a form. There should be a submit button which sends the form data to the server as a request.

The data should be parsed into variables and then validated against the database.

jared-skinner commented 8 years ago

http://php.net/manual/en/tutorial.forms.php

jared-skinner commented 8 years ago

the last thing that needs to be done for this is adding in the password hash logic