aertmann/brute-force
composer require aertmann/brute-force
Simple brute-force prevention (account locking) for Flow
1.0.0
Readme excerpt
AE.BruteForceIntroduction
This package provides simple brute-force prevention (account locking) for Neos/Flow.
A notification email can be send to an administrator when an account has been locked.
Compatible with Neos 3.x + 4.x / Flow 4.x + 5.x
Be aware that there are ways to circumvent this protection and it can be misused, see Blocking Brute Force Attacks for more information.
Note that the threshold is disabled in development context by default. To override it, create a Settings.yaml configuration file inside a Development folder inside a Configuration folder.
Installationcomposer require "aertmann/brute-force:~2.…
Read more
The same vendor provides 2 package(s).