Migration to FusionAuth from ASPNET_Membership provider
-
Attempting to import users from an old ASPNET 2 Membership Provider where the passwords are hashed using HMACSHA512. I can get the salts and the passwords to import via the API, and they match, however logins always fail. I implemented a custom encryptor using this example.
https://github.com/FusionAuth/fusionauth-issues/issues/652
Has anyone done this successfully?