TYPO3 Exception 1616175867

11.5.11 - 26.06.2022

Situation

Exception message upon failed login
(1/1) #1616175867 TYPO3\CMS\Core\RateLimiter\RequestRateLimitedException

The login is locked until 26-06-22 12:33 due to too many failed login attempts from your IP address.
Copied!

This exception is thrown, when there have been too many failed login attempts from one IP address within a given time frame.

See also: Feature: #93825 - Rate limiting for failed logins.

Solution

  1. Wait for the lock to time out.
  2. If the limit is too short for your purposes, make the limit higher.
  3. During Development: Deleting the cache folder var/cache/ manually enables login right away again.