public class ApplicationUser : IdentityUser { public string CustomProperty { get; set; } }
Add-Migration AddCustomPropertyToAspNetUsers
Update-Database
注意:如需使用CustomProperty来自定义Identity验证流程,请按需修改相关代码,例如AccountController中的Register方法。
上一篇:ASPIdentityFrameworkVerifyHashedPassword总是返回Failed。
下一篇:aspireone安装centos