Actions
Bug #95891
closedCLI backend:unlock does not work
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
CLI
Target version:
-
Start date:
2021-11-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Reproduce¶
1. Several BE login attempts which fail: BE will be locked:
(1/1) #1616175867 TYPO3\CMS\Core\RateLimiter\RequestRateLimitedException The login is locked until 06-11-21 08:49 due to too many failed login attempts from your IP address.
2. Run
typo3/sysext/core/bin/typo3 backend:unlock
Unlock the TYPO3 Backend ======================== ! [NOTE] No lock file "/var/www/t3coredev_uol/typo3conf/LOCK_BACKEND" was found. ! Hence no lock can be removed.
3. check for file LOCK_BACKEND
Does not exist anywhere in site
4. Remove file in typo3temp/var/cache/data/ratelimiter/
Can login again ...
Version¶
- TYPO3 11-dev (master)
- coredev Installation (git repo) - non Composer mode
- default configuration, normal login, no MFA
Actions