Esempio n. 1
0
 protected function btnSubmit_Click($strFormId, $strControlId, $strParameter)
 {
     $this->txtEmail->Visible = false;
     $this->btnSubmit->Visible = false;
     $this->lblMessage->Visible = true;
     $this->btnBack->Visible = true;
     $strEmail = trim(strtolower($this->txtEmail->Text));
     PublicLogin::RetrieveUsernameForEmail($strEmail);
     $this->lblMessage->Text = '<p>We are looking to see if <strong>' . QApplication::HtmlEntities($strEmail) . '</strong> exists in the system, and if so ' . 'we will send you an email that contains your username.  This should only take a moment, but please wait up to a few minnutes for delivery.</p>' . '<p>On the off-chance that the email gets caught by SPAM filters, you may also want to check your SPAM or Junk Mail folder.</p>' . '<p>If you encounter any issues, please feel free and ' . Registry::GetValue('contact_sentence_my_alcf_support') . '.</p>';
 }