A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Hi,
I'm trying to migrate users from old sql membership provider to the new asp.net Identity so I can use the the new add-on that was released this summer, EPiServer.Cms.UI.AspNetIdentity. (http://world.episerver.com/documentation/Items/Developers-Guide/Episerver-CMS/9/Security/episerver-aspnetidentity/)
But as the passwords are changed I need to override the PasswordHasher, described in blog post by http://sveinaandahl.blogspot.se/2016/03/how-to-validate-old-passwords-when.html
and how to migrate more generally http://www.asp.net/identity/overview/migrations/migrating-an-existing-website-from-sql-membership-to-aspnet-identity
So As I want to keep the episerver login and user management I'm trying to extend the EPiServer.Cms.UI.AspNetIdentity.ApplicationUserManager
by this small hack, but whatever trick I try to use the PasswordHasher is not changed.
What am I missing? #seconddayaftervacation
Stacktrace: