Email Confirmation with MVC 5 and Asp.net Identity

前端 未结 3 1804
礼貌的吻别
礼貌的吻别 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 13:50

    I installed identity framework 2 in an MVC website in May 2016, and it includes email confirmation, although it's commented out initially. Here's what to look for in the account controller:

    So when a user registers, you can uncomment the code to send them an email. If you've got a good understanding of the MVC model, the rest should be relatively straightforward.

提交回复
热议问题