Thanks for your answer. I got it.
M
Latest posts made by michaelgaffney278
-
RE: Migrate users with a salted hash passwords?
-
Migrate users with a salted hash passwords?
Hello,
We have a dataset of usernames and passwords that we want to migrate to FusionAuth.The tutorial mentions that we can create a password encryptor to handle our hashing logic, allowing us to migrate without requiring users to reset their passwords. However, we also want to utilize the available encryptors for new users or when migrated users reset their passwords.
I understand that we can't convert salted hash passwords to other encryptors. Is there a strategy for managing this?
Thanks!