Files
symfony-flex-recipes-contrib/zestly/dev-login-bundle/0.1/config/packages/dev/zestly_dev_login.yaml
T

17 lines
943 B
YAML

zestly_dev_login:
# The identities offered by GET /_dev/login and `bin/console dev:login`.
#
# There is no sensible default for this — it depends entirely on your fixtures — which is
# why it is the one setting this recipe writes. Everything else the bundle exposes already
# has a working default and is documented in the README.
#
# This is a convenience menu, not a whitelist: any identifier your application's user
# provider accepts will work, and listing one here grants nothing on its own.
#
# To build the list from your fixtures, a repository, or per-subdomain in a multi-tenant
# app, implement Zestly\DevLoginBundle\Identity\IdentityProviderInterface and alias it —
# it receives the current Request.
identities: []
# - { identifier: 'admin@example.com', label: 'Admin', roles: ['ROLE_ADMIN'] }
# - { identifier: 'user@example.com', label: 'Regular user' }