Sign in
Please login first.
Username
Password
Login
Quick DB note (for testing):
Expect a
users
table with columns:
id
,
username
,
password_hash
. Store password hashes using
password_hash()
.