21 lines
598 B
YAML
21 lines
598 B
YAML
scheb_two_factor:
|
|
security_tokens:
|
|
- Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken
|
|
- Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken
|
|
|
|
email:
|
|
enabled: true
|
|
sender_email: 'contact@e-cosplay.fr'
|
|
sender_name: 'CRM Ecosplay'
|
|
digits: 6
|
|
template: 'security/2fa_email.html.twig'
|
|
mailer: App\Security\TwoFactorCodeMailer
|
|
|
|
google:
|
|
enabled: true
|
|
issuer: 'CRM Ecosplay'
|
|
template: 'security/2fa_google.html.twig'
|
|
|
|
backup_codes:
|
|
enabled: true
|