Email Confirmation with MVC 5 and Asp.net Identity

前端 未结 3 1802
礼貌的吻别
礼貌的吻别 2020-12-13 13:27

I have been searching, but have not found any documentation on how to implement Email confirmation with MVC 5 using the new ASP.net Identity. There does not seem to be any d

3条回答
  •  一生所求
    2020-12-13 14:15

    For ASP MVC 5 you can now try the pre-release of Identity 2 which has email confirmation and password reset...

    https://devblogs.microsoft.com/aspnet/announcing-preview-of-microsoft-aspnet-identity-2-0-0-alpha1/

提交回复
热议问题