Model
PasswordResetRequestEvent
Magento\Security\Model\ResourceModel\PasswordResetRequestEvent
What it does
This resource model manages database operations for password reset request events in Magento's security system.
Developers use this class to track and clean up password reset attempts, particularly through the deleteRecordsOlderThen method which removes outdated records to maintain database hygiene and comply with security policies.
Public Methods
- deleteRecordsOlderThen()