You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Magento 2 module to bring it in-line with the [PCI DSS 4.0 requirements](https://east.pcisecuritystandards.org/document_library?category=pcidss&document=pci_dss), with changes including:
4
+
* Automatic disabling of admin accounts with 90 days of inactivity.
5
+
* Functionality added via new cron job that runs once per day.
6
+
* Restriction of admin session timeout to be no more than 15 minutes.
7
+
* Restriction of admin lockout functionality:
8
+
* No more than 10 attempts before lockout.
9
+
* Lockout duration of no less than 30 minutes.
10
+
* Enforce than admin passwords must contain at least 12 characters.
0 commit comments