From 1fd296a3e09f8e64fb464d3bbc0be09b468bf86f Mon Sep 17 00:00:00 2001 From: Alex Guzman Date: Mon, 1 Apr 2019 02:01:33 -0700 Subject: [PATCH] Add login timeout plugin (#39) Added a plugin for per-IP lockout functionality when a certain number of failed logins is reached. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bcee6e2..f253fef 100644 --- a/README.md +++ b/README.md @@ -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