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

Methods

bool|void
__invoke(ServerRequestInterface $request)

No description

Details

bool|void __invoke(ServerRequestInterface $request)

Parameters

ServerRequestInterface $request

Return Value

bool|void