Home
last modified time | relevance | path

Searched refs:RATE_LIMIT_REQUESTS (Results 1 – 1 of 1) sorted by relevance

/webtrees/app/Http/RequestHandlers/
H A DPasswordRequestAction.php53 private const int RATE_LIMIT_REQUESTS = 5;
90 …$this->rate_limit_service->limitRateForUser($user, self::RATE_LIMIT_REQUESTS, self::RATE_LIMIT_SEC…