aertmann/brute-force

Last activity 26 Apr 2023 6 1255
composer require aertmann/brute-force

Simple brute-force prevention (account locking) for Flow

dev-master

Version
dev-master
Type
neos-package
Release Date
Apr 26, 2023 15:35
Source
git
Distribution
zip
Requires
  • neos/swiftmailer: >6.0
  • neos/flow: >=6.0
MIT
  • #flow
  • #security
  • #neos
  • #brute-force
83c473ad44ef6d27545d2342ad9ea675b0c3cc10

Readme excerpt

AE.BruteForce

Introduction

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.

Installation

composer require "aertmann/brute-force:~2.…
Read more

The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 2 package(s).