From 467d6a48a319955fe150d5f9895241ed3d70622b Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 4 Feb 2009 15:43:35 +0000 Subject: DB credentials are no longer unnecessarily revealed on failure to connect. Fixes #723 git-svn-id: https://code.elgg.org/elgg/trunk@2648 36083f99-b078-4883-b0ff-0f9b5a30f544 --- languages/en.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'languages') diff --git a/languages/en.php b/languages/en.php index a31174085..67c792226 100644 --- a/languages/en.php +++ b/languages/en.php @@ -33,7 +33,7 @@ 'notfound' => "The requested resource could not be found, or you do not have access to it.", 'SecurityException:Codeblock' => "Denied access to execute privileged code block", - 'DatabaseException:WrongCredentials' => "Elgg couldn't connect to the database using the given credentials %s@%s (pw: %s).", + 'DatabaseException:WrongCredentials' => "Elgg couldn't connect to the database using the given credentials.", 'DatabaseException:NoConnect' => "Elgg couldn't select the database '%s', please check that the database is created and you have access to it.", 'SecurityException:FunctionDenied' => "Access to privileged function '%s' is denied.", 'DatabaseException:DBSetupIssues' => "There were a number of issues: ", -- cgit v1.2.3