User Password Not Randomly Generated During User Import via API Call
Last Updated:
Overview
This article clarifies whether a random password is to be generated if one is not provided for the user when doing an import.
Applies To
- Password
- Import
- API Call
Solution
"password_hash": {
"type": "string",
"description": "Hashed password for the user. Passwords should be hashed using bcrypt $2a$ or $2b$ and have 10 saltRounds."
},
When the user logs into the application, it will be forced to reset the password since there will be no password associated with the account.