diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-04 15:43:35 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-04 15:43:35 +0000 |
commit | 467d6a48a319955fe150d5f9895241ed3d70622b (patch) | |
tree | a6a8fe533fa144f6616001c4618b6570ac8fab2a /languages/en.php | |
parent | b47f34b155ace7be9c2fa984aa2c347705bb3644 (diff) | |
download | elgg-467d6a48a319955fe150d5f9895241ed3d70622b.tar.gz elgg-467d6a48a319955fe150d5f9895241ed3d70622b.tar.bz2 |
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
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 2 |
1 files changed, 1 insertions, 1 deletions
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: ",
|