Exemple #1
0
 private function Synchronize($username)
 {
     $registration = $this->GetRegistration();
     $registration->Synchronize(new AuthenticatedUser($username, $username . $this->options->EmailSuffix(), $username, $username, uniqid(), Configuration::Instance()->GetKey(ConfigKeys::LANGUAGE), Configuration::Instance()->GetDefaultTimezone(), null, null, null), true);
 }