Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 494 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 494 Bytes

simple-login

Simple login system, to demonstrate Sesher usage. You probably shouldn't use this in production without making some changes.

Chuck index.php and Sesher.php on a server and play around.

Uses a hardcoded hash for authentication. Default password is password1234. Replace with any BCRYPT hash generated with password_hash(). See this script to make this process easy.

License: AGPLv3.