Index: branches/5.0.x/core/install.php =================================================================== diff -u -r12277 -r12365 --- branches/5.0.x/core/install.php (.../install.php) (revision 12277) +++ branches/5.0.x/core/install.php (.../install.php) (revision 12365) @@ -1,6 +1,6 @@ toolkit->saveConfigValues($config_values); + // login as "root", when no errors on password screen + $this->Application->SetVar('login', 'root'); + $this->Application->SetVar('password', $this->Application->GetVar('root_password')); + + $login_event = new kEvent('u.current:OnLogin'); + $this->Application->HandleEvent($login_event); + // import base language for core (english) $this->toolkit->ImportLanguage('/core/install/english');