Skip to main content

Force Login Module v2.1 for Magento 2

This blog post might be outdated!
This blog post was published more than one year ago and might be outdated!
· One min read
Florian Horn
Business Analyst Digital Sales

With the newest release of the Force Login module for Magento 2, you are now able to change the way to define your whitelist rules. For starters, you can choose between the already known regex-based interpreter strategy and the new static-based interpreter. The latter makes it now very easy to whitelist simple URLs without the requirement to know regex syntax. We also moved the configuration tab to "Customer > Customer Configuration" section.

Besides a few bugfixes, these are highlights of the latest release:

  • Move backend configuration to customer > customer configuration section

  • Provide backwards compatibility by setting the strategy for existing rules to the regex matcher instead of static matcher

  • The static matcher now canonicalizes url and rule to omit differences of trailing slashes

  • Behavior setting for matcher

  • Fixed invalid position of tag resource in system.xml

The full changelog can be found here. The latest version of the Force Login module can be installed via Composer from Packagist. We will update the module in the Magento Marketplace next week.