bcrypt issue
-
Re: Issue with bcrypt on import of users
Hi.
I've been trying to import our users, but the password encryption is not working for some reason. I've followed the docs and i think i did everything well.
Decoupling the whole hash with the following:

Creating the user with the following:

Did i miss something?
Thanks.
Cheers -
@tiago you can't register a user with an
encryptionSchemeor password hash. You can only import hashes with the import user API: https://fusionauth.io/docs/apis/users#import-users -
@dan very much appreciated, working

-
@tiago Awesome!