0x1050 / StatTracker

A short survey project that will provide immediate feedback to students on their projects in HTML and PDF format
1 stars 3 forks source link

Create login.php #10

Closed M1dn1ghtS0ul69 closed 4 years ago

M1dn1ghtS0ul69 commented 4 years ago

Here, hopefully this works

0x1050 commented 4 years ago

Good start! just remember that both the email and password are hashed, so use password_verify() on those. Be sure to keep the html entities in there, thanks!