Download the PHP package tim-vdv/yii2-login-attempts-behavior without Composer
On this page you can find all versions of the php package tim-vdv/yii2-login-attempts-behavior. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package yii2-login-attempts-behavior
Yii2 Login Attempts Behavior
Store login failures, and disable after multiple failures.
Installation
The preferred way to install this extension is through composer.
Either run
or add
to the require section of your composer.json
file.
Usage
Run the following migration
php yii migrate --migrationPath="vendor/timvdv/yii2-login-attempts-behavior/src/migrations" --interactive=0
Add the behavior to your login model.
Todo
- [ ] Add cache storage
- [ ] Add better DB support
- [ ] Add option for IP (other?) instead of key
- [ ] Add failure delay option
- [ ] More customisable
All versions of yii2-login-attempts-behavior with dependencies
PHP Build Version
Package Version
Requires
yiisoft/yii2 Version
*
The package tim-vdv/yii2-login-attempts-behavior contains the following files
Loading the files please wait ....