diff --git a/setup/wizardsteps.class.inc.php b/setup/wizardsteps.class.inc.php
index cfc349dd3..3efdddd69 100644
--- a/setup/wizardsteps.class.inc.php
+++ b/setup/wizardsteps.class.inc.php
@@ -2168,7 +2168,7 @@ EOF
$oPage->add('
Database Parameters');
$oPage->add('- Server Name: '.$aInstallParams['database']['server'].'
');
$oPage->add('- DB User Name: '.$aInstallParams['database']['user'].'
');
- $oPage->add('- DB user password: '.$aInstallParams['database']['pwd'].'
');
+ $oPage->add('- DB user password: ***
');
if (($sMode == 'install') && ($this->oWizard->GetParameter('create_db') == 'yes'))
{
$oPage->add('- Database Name: '.$aInstallParams['database']['name'].' (will be created)
');