如何设置ASP.NET标识IsApproved字段

时间:2014-01-07 17:28:29

标签: .net asp.net-identity

我找不到设置ASP.NET Identity用户帐户已批准的方法。

实际可行吗?

谢谢!

1 个答案:

答案 0 :(得分:2)

不确定“已批准”是否表示该帐户已使用电子邮件确认确认。 Here is an article on how to setup email confirmation this using ASP.NET Identity。如果您正在谈论其他一些审批流程,那么您可以采用相同的方法并将 IsConfirmed 属性更改为已批准