I just updated my app from asp.net identity 1.0 to 2.0 to take advantage of the email confirmation, two-factor auth, etc...
However, user's cannot log in now. It seems await UserManager.FindAsync(model.UserName, model.Password);
doesn't find existing users who signed up on identity 1.0... but user's who signed up during identity 2.0 work fine.