From dfdbcd83b9418d5965a4529f39f37711dd9f677d Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Fri, 17 Aug 2007 13:02:42 +0000
Subject: [PATCH] Updated TODO.txt

---
 TODO.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/TODO.txt b/TODO.txt
index 85af584222..7c6e6f4fb0 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -75,3 +75,6 @@ General tasks
 --------------------------------------
 
 - Add, extend or modify comments in PEAR syntax so that they can be read with phpdocumentor.
+
+- Add a function to prevent brute force password attacks to the login script. E.g. by
+  logging all login attempts and allowing only 5 logins every 15 minutes.
-- 
GitLab