Files
crm_ecosplay/config/packages/scheb_2fa.yaml
Serreau Jovann 686de99909 init
2026-04-01 15:42:52 +02:00

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