Index: typo3/sysext/install/mod/class.tx_install.php =================================================================== --- typo3/sysext/install/mod/class.tx_install.php (revision 6279) +++ typo3/sysext/install/mod/class.tx_install.php (working copy) @@ -423,7 +423,7 @@ if (!$this->session->isAuthorized() && $this->session->isExpired()) { $this->message('Password', 'Your install tool session has expired', '', 3); } - $this->message('Password', 'Enter the Install Tool Password', $content, 2); + $this->message('Password', 'Enter the Install Tool Password', $content, 0); $this->output($this->outputWrapper($this->printAll())); }