Skip to content

Releases: born05/craft-twofactorauthentication

2.6.2

15 Sep 11:42
Compare
Choose a tag to compare

Fixed

  • DateTime comparison is now between similar timezones.

2.6.1

15 Jun 14:18
Compare
Choose a tag to compare

Fixed notification

2.6.0

15 Jun 14:29
Compare
Choose a tag to compare

BREAKING! Use frontEndPathAllow/frontEndPathExclude instead of frontEndPathWhitelist/frontEndPathBlacklist!

Improved

  • Use allow/exclude in favor of whitelist/blacklist
  • Removed ConfigHelper::localizedValue from config making configs more dependable.

2.5.0

19 May 06:23
Compare
Choose a tag to compare

Added

Fixed

  • Removed some old & unused code

2.4.0

07 Jan 08:39
Compare
Choose a tag to compare

Fixed

  • userLoginEventHandler now uses verifyBackEnd and verifyFrontEnd options as it is supposed to.

2.3.0

18 Nov 08:09
Compare
Choose a tag to compare

Thanks to @coxeh

Added

  • Add in the ability to add the secure redirect field to the front-end forms.

Fixed

  • Fixed a bug where turning off 2 step on the front end always redirects to the admin cp.

2.2.0

31 Jul 09:26
Compare
Choose a tag to compare

Added

  • Added verifyBackEnd option

Fixed

  • Fixed admin redirect issue when using forceBackEnd.

2.1.2

08 Apr 07:30
Compare
Choose a tag to compare

Added totpDelay config option (gives the user some extra time after code expired) #33

2.1.1

28 Feb 13:10
Compare
Choose a tag to compare

Fixed

  • Disabling 2FA for other users failed

2.1.0

22 Feb 07:08
Compare
Choose a tag to compare

Make sure the User's EVENT_AFTER_LOGIN is triggered thanks to @engram-design