public function DisplayForm()
 {
     # display form, with the error control included because it may contain an action button
     $form = new SignInForm($this->GetSettings(), $this->GetAuthenticationManager());
     $form->SetControls(array_unshift($form->GetControls(), $this->o_error_list));
     echo $form;
 }