Skip to content

Instantly share code, notes, and snippets.

@dead1ock
Created October 14, 2011 22:39
Show Gist options
  • Save dead1ock/1288567 to your computer and use it in GitHub Desktop.
Save dead1ock/1288567 to your computer and use it in GitHub Desktop.
if(login_auto_registration_ == true)
{
if(account_provider_->AutoRegisterAccount(message.username, message.password))
{
HandleLoginClientId_(login_client, message);
return;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment