Hi @ywu11
There are three recommended practices for handling password generation on new account creation:
- Static Password - A single, uniform password that all users use for their first login
- Dynamic ’Known’ Password - A static password created from a combination of known user attributes, such as (e.g.
<name>-<dept>-<1234>
) - Dynamic ’Unknown’ Password and Password Reset - Randomly generated unknown password
Find more here:
https://community.sailpoint.com/t5/IdentityNow-Articles/Best-Practices-for-Provisioning-with-Passwords-in-IdentityNow/ta-p/75459
You can use option 1 or 2 to send the password to the user after account is created