【发布时间】:2018-04-17 01:40:02
【问题描述】:
我一直在尝试在我的 mvc5 Web 应用程序中实现“忘记密码”功能。 Identity.EntityFramework 2.2.1 包中有新的更新,但很难迁移到新版本。所以我必须隐含地做这项工作。
我正在关注这个教程Forgot Password in MVC5
无法弄清楚作者在 ResetPassword ActionMethod 中试图做什么..
此行出错:AspNetUser user = _repoAspDotNetUser.GetAspNetUser(email);
非常感谢您的帮助..
【问题讨论】:
标签: c# asp.net-mvc asp.net-mvc-5 forgot-password reset-password