Releases: born05/craft-twofactorauthentication
Releases · born05/craft-twofactorauthentication
2.11.1
Fixed
- Remove php 8 syntax
3.2.0
Changed
- Make sure to render CP templates in
TEMPLATE_MODE_CP
- AssetBundle improvement to prevent assets not loading during login
- Code cleanup
2.11.0
Changed
- Make sure to render CP templates in
TEMPLATE_MODE_CP
- AssetBundle improvement to prevent assets not loading during login
- Code cleanup
3.1.0
Fixed
- Fix 500 error in CP for non-admins. Thanks to @mike-moreau
2.10.1
Changed
- Init load event now uses
Application::EVENT_INIT
- Code cleanup
3.0.1
Changes
- Code cleanup
- Simplify request check
Fixed
- Init load event now really uses
WebApplication
3.0.0
Fixed
- Issuer name is now the system name instead of application name
- Init load event now uses
WebApplication::EVENT_INIT
3.0.0-beta.1
Changed
- Added craft 4 support
2.10.0
Added
backEndPathAllow
config option to allow specific backend paths to bypass 2fa checks.
2.9.0
Fixed
- Verification is now also needed after a second login.