@stuartgreig.dev @stuartgreig.dev · Mar 10

Migrating to .net Core Identity without forcing password resets? Use a FallbackPasswordHasher which extends PasswordHasher<TUser> to > Verify legacy HMACSHA512 hashes > Return SuccessRehashNeeded for auto-upgrade > Seamlessly migrate users on next login No need to reset passwords

0 likes 1 replies

?

Replies

Asta Areti · Mar 10

so thaaats when "SuccessRehashNeeded" is used, that's the first time I see it emerging in practice, interesting :0