Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Latest commit

 

History

History
40 lines (21 loc) · 1.01 KB

File metadata and controls

40 lines (21 loc) · 1.01 KB

Snk Customer Password History

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 [email protected]

License

MIT License