Extension for Magento 2
PCI DSS requires that customers cannot use their old passwords when they need to change them.
Magento 2 does not have a password history for frontend users and this module adds the feature.
Tested for Magento 2.3.5 and PHP 7.2
Can be installed with composer:
composer require snk/magento2-module-password-history
The module adds following config fields under Stores->Configuration->Customer->Password Options:
- Enable Password History Restriction: enable of disable the feature for website
- Password History Size: max number of old passwords to keep in the database for per user.
- Password History Message: Message the user sees when they try to use a password that has already been used (present in the DB)
Oleh Kravets [email protected]