Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 462 Bytes

local-development.md

File metadata and controls

16 lines (13 loc) · 462 Bytes

Local development

When running development versions of a project using this module, you may want to disable multi-factor authentication while you test other features. You can do this via YAML configuration, for example:

---
Name: mydevconfig
Only:
  environment: dev
---
SilverStripe\MFA\Service\EnforcementManager:
  enabled: false

This will not redirect you to multi-factor authentication registration or verification screens when logging in.