7.53.0
spryker-release-bot
released this
24 Nov 22:23
·
21 commits
to master
since this release
Included commits: 7.52.0...7.53.0
Improvements
- Adjusted
CustomerFacade::restorePassword()
with the behavior that customer password resets expire after two hours. - Introduced
CustomerConfig::isCustomerPasswordResetExpirationEnabled(): bool()
to enable or disable the reset expiration. It is enabled by default. - Introduced
CustomerConfig::getCustomerPasswordResetExpirationPeriod()
to get a DateTime-compatible string to define the expiration threshold. The default is two hours.