Skip to content

Releases: jetrails/magento-twofactor

Version 1.1.5

11 Oct 17:46
f733aa1
Compare
Choose a tag to compare
  • Merged PR-28, Replacing QR code provider, thanks @marcogruhl !

Version 1.1.4

12 Jun 17:36
Compare
Choose a tag to compare
  • Fixed GH-11, Admin Base URL Missing From Admin Email
  • Fixed GH-12, Email Is Sent To Inactive Admin Users On Ban
  • Fixed GH-13, Replace 'mt_rand' With 'random_int'

Version 1.1.3

17 Oct 22:18
Compare
Choose a tag to compare

Change Log

  • Fixed GH-7, password lifetime issue with Enterprise_Pci module on EE

Version 1.1.2

05 Sep 18:33
Compare
Choose a tag to compare

Change Log

  • Refreshing config cache when saving 2fa settings
  • Fixed logout not working for custom admin frontend
  • TOTP class now being loaded properly on case-sensitive systems
  • Moved all controller actions to live under admin route

Version 1.1.1

01 Mar 23:53
Compare
Choose a tag to compare

Change Log

  • Added enterprise compatibility

Version 1.1.0

20 Dec 20:11
Compare
Choose a tag to compare

Change Log

  • Added docker to repo
  • Cleaned Grunt to necessary commands only
  • Changed from role based to user based 2FA enforcement
  • Made remember me duration configurable
  • Made failed attempts configurable
  • Made ban duration configurable
  • Added a manage 2FA accounts page for super admins
  • Improved email templates

Version 1.0.9

25 Nov 05:38
Compare
Choose a tag to compare

Two Factor is a Magento extension that enables two factor authentication for Magento admin users. This extension is meant to be used with authentication apps such as Google Authenticator. The JetRails TFA plugin helps to ensure that all log-ins are authorized. This version is the first version to be uploaded to the Magento Marketplace. This plugin comes with the following features:

  • Backup codes as an alternate authentication method
  • Force TFA usage based on Magento role
  • Remember authentication for 7 days
  • Send email to account owner and admins on account block
  • Brute force protection (10 min. block between 10 failed attempts)