Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out 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: