fond-of-kudu / customer-password-updated-at-connector
1.0.0
2024-07-09 10:11 UTC
Requires
- php: >=8.0
- spryker/customer: ^7.0.0
Requires (Dev)
This package is auto-updated.
Last update: 2024-11-07 08:15:47 UTC
README
What it does
This Composer package extends the Customer model by adding an additional column passwordUpdatedAt. This column stores the date and time of the customer's last password update. This allows developers to track the last password change of a customer and take appropriate actions, such as notifications about outdated passwords or enforcing password changes after a certain period.
Please note that the entire code is based on the Spryker Customer module. Only the function for setting a new password has been incorporated into this module.
Installation
composer require fond-of-kudu/customer-password-updated-at-connector