Dont print password when we convert Configuration to a string, this is just too unsafe.
This commit is contained in:
@@ -128,7 +128,7 @@ class Configuration
|
||||
$s .= " dsn: " . $this->getDatabaseDSN() . "\n";
|
||||
$s .= " name: " . $this->getDatabaseName() . "\n";
|
||||
$s .= " user: " . $this->getDatabaseUser() . "\n";
|
||||
$s .= " password: " . $this->getDatabasePassword() . "\n";
|
||||
$s .= " password: <hidden>\n";
|
||||
$s .= "logs:\n";
|
||||
$s .= " path: " . $this->getLogPath() . "\n";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user