7.51.6
Included commits: 7.51.5...7.51.6
Improvements
- Adjusted
CustomerFacade::restorePassword()
with the behavior that customer password resets expire after two hours. - Introduced
CustomerConfig::isCustomerPasswordResetExpirationEnabled()
to enable or disable the reset expiration. - Introduced
CustomerConfig::getCustomerPasswordResetExpirationPeriod()
to get a DateTime-compatible string to define the expiration threshold.