示例#1
0
 public function PageLoad()
 {
     $this->BounceIfNotAllowingRegistration();
     $attributes = $this->attributeService->GetAttributes(CustomAttributeCategory::USER);
     $this->page->SetAttributes($attributes->GetAttributes());
     $this->page->SetCaptchaImageUrl($this->captchaService->GetImageUrl());
     $this->PopulateTimezones();
     $this->PopulateHomepages();
 }