From f4d6c6567fb9c23a9654e704045f03dbf10e467e Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 14 Jan 2009 15:10:39 +0000 Subject: 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 --- languages/en.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'languages/en.php') 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.", -- cgit v1.2.3