Skip to content

Releases: automatic-controls/mfa-addon

v0.3.6

Choose a tag to compare

@cvogt729 cvogt729 released this 20 Mar 16:28

Changelog

  • Fixed WebCTRL v10.0 incompatibilities
    • Bug: Refused to accept admin password when creating new users or resetting a user's password
      • Cause: An unexpected null value being passed to a certain validation method when processing the admin password
      • Reported by Dave Nisbet
    • Bug: Incorrect delay on login auth failure in some cases (instead of delaying, an exception is thrown)
      • Cause: Built-in delay method used by this add-on accepts a new parameter in v10
  • Updated license company name suffix to 'LLC' instead of 'Inc'

v0.3.5

Choose a tag to compare

@cvogt729 cvogt729 released this 20 Nov 20:31

Changelog

  • fixed an incompatibility with the newly released WebCTRL version 10.0

v0.3.4

Choose a tag to compare

@cvogt729 cvogt729 released this 15 Aug 15:16

Changelog

  • Added a custom issuer setting
  • Updated README

v0.3.3

Choose a tag to compare

@cvogt729 cvogt729 released this 21 Jul 20:00

Changelog

  • when configuring an authenticator app, the user is required to enter a valid code before changes are saved
  • various minor frontend improvements (e.g, removed suggestions to use email-to-text, included link to 2FAS authenticator)
  • when a user is deleted in WebCTRL, correponding MFA mappings are also deleted
  • when MFA mappings are deleted, corresponding cached IP addresses are also deleted

Note

  • A static CSS page changed, so you may need to clear cached files in your browser if something looks weird in the GUI (e.g, a link that looks like a button when it should be a normal link)

v0.3.2

Choose a tag to compare

@cvogt729 cvogt729 released this 09 Jul 18:38

Changelog

  • Minor UI improvements like hiding email fields when email is disabled

v0.3.0

Choose a tag to compare

@cvogt729 cvogt729 released this 16 Apr 00:06

Warning

Saved data from v0.2.0 is NOT compatible with this version. So you'll need to remove the old version with its data and configure the new version fresh.

Changelog

  • implemented REST API for centralized MFA
  • implemented a trusted IP cache list for each user to temporarily bypass MFA after one successful verification
  • restructuring and bug fixes
  • bumped dependency versions

v0.2.0

Choose a tag to compare

@cvogt729 cvogt729 released this 07 Nov 15:49

Changelog

  • Added support for authenticator apps

When upgrading from v0.1.0, you'll have to remove data and reconfigure each mapping because the saved-data file structure has changed.

v0.1.0

Choose a tag to compare

@cvogt729 cvogt729 released this 27 Sep 18:16

This add-on has been tested on WebCTRL8.5 and WebCTRL9.0.