aboutsummaryrefslogtreecommitdiff
path: root/languages/en.php
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-01-14 15:10:39 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-01-14 15:10:39 +0000
commitf4d6c6567fb9c23a9654e704045f03dbf10e467e (patch)
tree159581f9d394008fdab542237c3650a0b5b5967d /languages/en.php
parentf2ac90d450c5b6888bf6323466b2dc9c3275f4bd (diff)
downloadelgg-f4d6c6567fb9c23a9654e704045f03dbf10e467e.tar.gz
elgg-f4d6c6567fb9c23a9654e704045f03dbf10e467e.tar.bz2
Closes #669: Logins rate limited. Accounts are limited to 5 fails in a 5 minute period, meaning an attacker can try one password per minute.
git-svn-id: https://code.elgg.org/elgg/trunk@2568 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages/en.php')
-rw-r--r--languages/en.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php
index e08c07ece..3ab22dc5b 100644
--- a/languages/en.php
+++ b/languages/en.php
@@ -14,7 +14,7 @@
'login' => "Log in",
'loginok' => "You have been logged in.",
- 'loginerror' => "We couldn't log you in. This may be because you haven't validated your account yet, or the details you supplied were incorrect. Make sure your details are correct and please try again.",
+ 'loginerror' => "We couldn't log you in. This may be because you haven't validated your account yet, the details you supplied were incorrect, or you have made too many incorrect login attempts. Make sure your details are correct and please try again.",
'logout' => "Log out",
'logoutok' => "You have been logged out.",