I am using code first approach, but I am not sure why I am having this issue. Here\'s a part of my AccountViewModel:
public class LoginViewModel { [Required]
I think i found the answer for my problem. It's the updated package: Microsoft.AspNet.Identity.EntityFramework from version 1 to version 2.
apparently the new version has new database attributes that needs to be mapped. More on this issue: Link