Skip to content

Magento 2 module that provides compatibility with PCI DSS 4.0 requirements

License

Notifications You must be signed in to change notification settings

aligent/magento2-pci-4-compatibility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Magento 2 PCI DSS 4.0 Compatibility

A Magento 2 module to bring it in-line with the PCI DSS 4.0 requirements, with changes including:

  • Automatic disabling of admin accounts with 90 days of inactivity.
    • Functionality added via new cron job that runs once per day.
  • Restriction of admin session timeout to be no more than 15 minutes.
  • Restriction of admin lockout functionality:
    • No more than 10 attempts before lockout.
    • Lockout duration of no less than 30 minutes.
  • Enforce than admin passwords must contain at least 12 characters.

Installation

composer require aligent/magento2-pci-4-compatibility
bin/magento module:enable Aligent_Pci4Compatibility
bin/magento setup:upgrade

About

Magento 2 module that provides compatibility with PCI DSS 4.0 requirements

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published