We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f7b99b commit dfdbcd8Copy full SHA for dfdbcd8
TODO.txt
@@ -75,3 +75,6 @@ General tasks
75
--------------------------------------
76
77
- Add, extend or modify comments in PEAR syntax so that they can be read with phpdocumentor.
78
+
79
+- Add a function to prevent brute force password attacks to the login script. E.g. by
80
+ logging all login attempts and allowing only 5 logins every 15 minutes.
0 commit comments