Back to Two Factor Authentication Support

piotr.blaszkiewicz83223
piotr.blaszkiewicz83223

Hello, Recently we bought Two Factor Authentication plugin for our client, as plugin's product page says version 1 is compatible with older versions of October CMS. This our client's case as he has an old version of Laravel (5.5), old version of October CMS (1.x) and no plans for upgrades so far. The plugin was attached to the project and, for testing, installed on local machine. Sadly it automatically installs with version 3.0.2, introducing errors due to incompatibilities.

Anyone able to support us how to install version 1 of the plugin or downgrade procedure?

daftspunky
daftspunky

Here is a way to downgrade a plugin:

  1. Open composer.json
  2. Find the entry for this plugin
  3. Change the version to ^3.0
  4. Run composer update

1-2 of 2