Download the PHP package ethercreative/yii2-login-attempts-behavior without Composer
On this page you can find all versions of the php package ethercreative/yii2-login-attempts-behavior. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ethercreative/yii2-login-attempts-behavior
More information about ethercreative/yii2-login-attempts-behavior
Files in ethercreative/yii2-login-attempts-behavior
Download ethercreative/yii2-login-attempts-behavior
More information about ethercreative/yii2-login-attempts-behavior
Files in ethercreative/yii2-login-attempts-behavior
Vendor ethercreative
Package yii2-login-attempts-behavior
Short Description Disable login after multiple failures.
License
Package yii2-login-attempts-behavior
Short Description Disable login after multiple failures.
License
Please rate this library. Is it a good library?
Informations about the package yii2-login-attempts-behavior
⚠️ This repo is no longer being maintained.
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/ethercreative/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 ethercreative/yii2-login-attempts-behavior contains the following files
Loading the files please wait ....