【问题标题】:IdentityStoreManager not found in MVC-5 C# Asp.Net Identity? [duplicate]在 MVC-5 C# Asp.Net Identity 中找不到 IdentityStoreManager? [复制]
【发布时间】:2014-05-29 12:10:55
【问题描述】:

我正在开发一个 MVC-5 应用程序并使用 Asp.Net Identity 进行用户身份验证。我的项目中安装了以下 nugget 包:

  • Microsoft ASP.NET Identity EntityFramework version="1.0.0"
  • Microsoft.Owin.Security version="2.0.2"
  • Microsoft.Owin.Security.OAuth 版本="2.0.2"
  • Microsoft.AspNet.Identity.Owin version="1.0.0"
  • Microsoft.Owin.Host.SystemWeb version="2.0.2"
  • Microsoft.Owin.Hosting version="2.0.2"

现在我的问题是我想为我的用户提供重置密码功能。为此,我需要 IdentityStoreManager 类。但是 IdentityStoreManager 不见了??

谁能帮我找出我错过了什么??

【问题讨论】:

    标签: c# asp.net-mvc asp.net-identity


    【解决方案1】:

    我想为我的用户提供重置密码功能。为此,我需要 IdentityStoreManager 类

    Asp.Net Identity 团队宣布 Microsoft.AspNet.Identity 2.0.0-alpha1 的预览版。现在,UserManager 对象可以访问密码重置功能。 Check this 了解新 alpha 版本提供的新功能。

    这里是新 alpha 版本的 nuget 包:

    编辑:

    稳定版发布,链接更新到稳定版。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2013-11-10
      • 2014-04-30
      • 2016-10-24
      • 2014-02-18
      • 1970-01-01
      • 1970-01-01
      • 2015-04-22
      • 2013-08-27
      相关资源
      最近更新 更多