mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 04:47:10 +08:00
13 lines
601 B
YAML
13 lines
601 B
YAML
# See the configuration reference at https://symfony.com/bundles/SchebTwoFactorBundle/6.x/configuration.html
|
|
scheb_two_factor:
|
|
# two_factor_condition: acme.custom_two_factor_condition
|
|
totp:
|
|
enabled: true
|
|
server_name: SuiteCRM # Server name used in QR code
|
|
issuer: SuiteCRM # Issuer name used in QR code
|
|
leeway: 0
|
|
backup_codes:
|
|
enabled: true
|
|
security_tokens:
|
|
- Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken
|
|
- Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken
|