Customer account
Sign in
Fill:
Demo accounts
All five, in the clear
| Username | Password | Role |
|---|---|---|
| admin | admin123 | admin |
| alice | alice123 | customer |
| bob | bob123 | customer |
| charlie | charlie123 | customer |
| diana | diana123 | customer |
Lab note: passwords are stored and compared as plaintext, the
session cookie ships without
Secure, HttpOnly or
SameSite, and the signing key is the one printed in
/.env — so the cookie can be forged offline.