Skip to content

Commit 60c1f93

Browse files
Create README.md
1 parent 61a8fa2 commit 60c1f93

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Magento 2 PCI DSS 4.0 Compatibility
2+
3+
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.
11+
12+
## Installation
13+
```shell
14+
composer require aligent/magento2-pci-4-compatibility
15+
bin/magento module:enable Aligent_Pci4Compatibility
16+
bin/magento setup:upgrade
17+
18+
```

0 commit comments

Comments
 (0)