FusionAuth/fusionauth-netcore-client

Importing a user without a password

ashokgelal opened this issue · 3 comments

About half of our users don't have passwords set as they are authenticated via third party ID providers such as Google. While importing users from an existing system, I'm not setting anything for password and salt fields, which is causing the import to throw You must specify the [user.password] property for each user. error (using the FA's .net client). What would I set for password and salt in this case? Thank you!

Thank you!

Answered as well.