Model
Frequency
Magento\Security\Model\SecurityChecker\Frequency
What it does
This class checks if password reset requests are being made too frequently by comparing the time between consecutive requests.
Developers use this to prevent brute force attacks and password reset abuse by enforcing a minimum time interval between reset attempts from the same IP address or account.
Public Methods
- check()