Try either of the following users
| Username | Password | Role |
|---|---|---|
| john_user | kitten | ROLE_USER (regular user) |
| jane_admin | kitten | ROLE_ADMIN (administrator) |
NOTEIf these users don't work, reload application fixtures by running this command from the terminal:
$ php bin/console doctrine:fixtures:load
TIPIf you want to create new users, run this other command:
$ php bin/console app:add-user