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