public function setHeaders()
 {
     // override the page title if we are doing a forced reauthentication
     parent::setHeaders();
     if ($this->securityLevel && $this->getUser()->isLoggedIn()) {
         $this->getOutput()->setPageTitle($this->msg('login-security'));
     }
 }