Releases: born05/craft-twofactorauthentication
Releases · born05/craft-twofactorauthentication
2.6.2
Fixed
- DateTime comparison is now between similar timezones.
2.6.1
Fixed notification
2.6.0
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
2.4.0
Fixed
userLoginEventHandler
now uses verifyBackEnd and verifyFrontEnd options as it is supposed to.
2.3.0
2.2.0
Added
- Added verifyBackEnd option
Fixed
- Fixed admin redirect issue when using forceBackEnd.
2.1.2
2.1.1
Fixed
- Disabling 2FA for other users failed
2.1.0
Make sure the User's EVENT_AFTER_LOGIN is triggered thanks to @engram-design