-
-
Notifications
You must be signed in to change notification settings - Fork 10
Logging in
Tom King edited this page Jun 6, 2018
·
6 revisions
After running the initial database migrations, some default user accounts should be available:
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected] (Pending Verification)
All of them have the password set to Password123!
This app can set a small encrypted cookie with the user's email when they tick the Remember Me
checkbox: it deliberately doesn't' actually keep the user logged in, but will save them at least re-typing their email address each time.