itsc / block-malicious-login-attempts
Blocks IP from accessing the website when multiple login attempts fail
Installs: 1 926
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^9.5 || ^10.4
README
- When a backend login fails multiple times, the IP gets blacklisted, so that no further login attempts will be possible.
- Reset blocked IP addresses in the backend module.
- Display a custom error message to users whose IP address has been blocked.
- Set a time limit for blocked IPs to be eligible to login again.
- Block failed login attempts by username, additionally to IP blocking.