Skip to content

Instantly share code, notes, and snippets.

@OdeToCode
Created May 3, 2014 21:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OdeToCode/d1732449dbb78d9adeef to your computer and use it in GitHub Desktop.
Save OdeToCode/d1732449dbb78d9adeef to your computer and use it in GitHub Desktop.
public UserManager()
: base(new UserStore<ApplicationUser>(new ApplicationDbContext()))
{
UserValidator = new UserValidator<ApplicationUser>(this) { AllowOnlyAlphanumericUserNames = false };
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment