Index: branches/5.2.x/core/install.php =================================================================== diff -u -N -r15552 -r15590 --- branches/5.2.x/core/install.php (.../install.php) (revision 15552) +++ branches/5.2.x/core/install.php (.../install.php) (revision 15590) @@ -1,6 +1,6 @@ Application->GetVar('root_password')) . 'b38'); + $password_formatter = $this->Application->recallObject('kPasswordFormatter'); + /* @var $password_formatter kPasswordFormatter */ $config_values = Array ( - 'RootPass' => $password, + 'RootPass' => $password_formatter->hashPassword($this->Application->GetVar('root_password')), 'Backup_Path' => FULL_PATH . $this->toolkit->getSystemConfig('Misc', 'WriteablePath') . DIRECTORY_SEPARATOR . 'backupdata', 'DefaultEmailSender' => 'portal@' . $this->toolkit->getSystemConfig('Misc', 'Domain') );