class PasswordResetThrottler
Logged-in users can request password reset email, this throttler applies a timeout of 5 minutes between password resets.
This does not apply to guests requesting password resets.
Properties
static | $timeout |
class PasswordResetThrottler
Logged-in users can request password reset email, this throttler applies a timeout of 5 minutes between password resets.
This does not apply to guests requesting password resets.
static | $timeout |
bool|null
__invoke(ServerRequestInterface $request)