Skip to content

Releases: born05/craft-twofactorauthentication

3.4.0

27 Jun 07:48
Compare
Choose a tag to compare
  • fix: Allow csrf retrieval for asyncCsrfInputs. Thanks to @Tim-Wils

3.3.7

07 Mar 09:29
Compare
Choose a tag to compare

Fixed

  • fix: removed reference to old code

3.3.6

29 Feb 14:02
Compare
Choose a tag to compare

Fixed

  • fix: don't allow visits to plugin templates before 2fa

3.3.5

13 Feb 20:28
Compare
Choose a tag to compare

fix: Missing usertoken table on fresh install

3.3.4

08 Feb 15:40
Compare
Choose a tag to compare

Fixed

  • fix: Exposure of Sensitive Attributes
  • fix: Corrected the single use token time window

3.3.3

08 Feb 13:38
Compare
Choose a tag to compare

Changed

  • Deprecate php 8.0
  • Updated spomky-labs/otphp
  • Updated endroid/qr-code

Fixed

  • Remove unneeded getTotp call.
  • fix: Exposure of Sensitive Attributes
  • fix: Token is now single use within time window

3.3.2

02 Oct 06:44
Compare
Choose a tag to compare

Fixed

  • Fixed a post-login vulnerability.

3.3.1

29 Aug 09:53
Compare
Choose a tag to compare

Fixed

  • Use isTwoFactorEnabled on settings screen.
  • Use two-factor-authentication/settings/turn-on action on settings screen.

3.3.0

29 Aug 09:24
Compare
Choose a tag to compare

Fixed

  • Verify screen updated to Craft's new frontend style.
  • Verify step wasn't functioning correctly.

3.2.1

06 Jul 08:43
Compare
Choose a tag to compare

Fixed

  • Prevent error when lastLoginDate is not set. Thanks to @joepagan