aspnet / Identity

[Archived] ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
1.97k stars 871 forks source link

No way to Add a password after creating user, except through Reset #2089

Closed NinoFloris closed 5 years ago

NinoFloris commented 5 years ago

So we do have RemovePasswordAsync but where's AddPasswordAsync? We currently hack around it by using a Reset token we generated before it, but we do really need it for upgrading OAuth/Connect accounts to full accounts.