Skip to content

Releases: born05/craft-twofactorauthentication

2.11.1

09 May 10:54
9ad3f0b
Compare
Choose a tag to compare

Fixed

  • Remove php 8 syntax

3.2.0

04 May 08:55
Compare
Choose a tag to compare

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

04 May 08:44
Compare
Choose a tag to compare

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

31 Mar 07:15
Compare
Choose a tag to compare

Fixed

  • Fix 500 error in CP for non-admins. Thanks to @mike-moreau

2.10.1

11 Nov 19:18
Compare
Choose a tag to compare

Changed

  • Init load event now uses Application::EVENT_INIT
  • Code cleanup

3.0.1

13 Jul 08:10
Compare
Choose a tag to compare

Changes

  • Code cleanup
  • Simplify request check

Fixed

  • Init load event now really uses WebApplication

3.0.0

28 Jun 10:32
Compare
Choose a tag to compare

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

09 May 09:57
Compare
Choose a tag to compare
3.0.0-beta.1 Pre-release
Pre-release

Changed

  • Added craft 4 support

2.10.0

08 Nov 15:14
Compare
Choose a tag to compare

Added

  • backEndPathAllow config option to allow specific backend paths to bypass 2fa checks.

2.9.0

01 Apr 11:04
Compare
Choose a tag to compare

Fixed

  • Verification is now also needed after a second login.