snk/magento2-module-password-history

This package is abandoned and no longer maintained. No replacement package was suggested.

Password history restriction for frontend users

v0.1.0-beta 2020-08-04 16:33 UTC

This package is auto-updated.

Last update: 2023-08-29 02:16:00 UTC


README

Extension for Magento 2

Overview

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.

Requirements and setup

Tested for Magento 2.3.5 and PHP 7.2

Installation

Can be installed with composer:

composer require snk/magento2-module-password-history

Details

Configuration

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)

Authors

Oleh Kravets oleh.kravets@snk.de

License

MIT License