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