Add login timeout plugin (#39)
Added a plugin for per-IP lockout functionality when a certain number of failed logins is reached.
This commit is contained in:
parent
f05160272c
commit
1fd296a3e0
1 changed files with 1 additions and 0 deletions
|
@ -200,6 +200,7 @@
|
|||
- [Link List](https://github.com/ruthtillman/yourls-linklist) - List recent links added, in the admin interface or on a public page
|
||||
- [Limit keyword length](https://github.com/adigitalife/yourls-limit-keyword-length) - This plugin limits the number of characters allowed for the custom keyword.
|
||||
- [log-login](https://github.com/SweBarre/log-login) - Logs login atempts to YOURLS. To be used with fail2ban.
|
||||
- [Login Timeout](https://github.com/reanimus/yourls-login-timeout) - Adds a timeout after a certain number of failed logins to mitigate brute force logins.
|
||||
- [lowercase username](https://github.com/Virinum/yourls-lowercase-username) - Makes the username lowercase when logging in.
|
||||
|
||||
### M
|
||||
|
|
Loading…
Reference in a new issue