Model
SecurityManager
Magento\Security\Model\SecurityManager
What it does
This class manages security checks for password reset operations in Magento 2.
Developers would use it to validate and track password reset requests, ensuring they comply with security policies like rate limiting and preventing abuse.
It automatically logs reset attempts and cleans up expired security records to maintain system performance.
Public Methods
- performSecurityCheck()
- cleanExpiredRecords()