How to find more information on the generators

Hi @ywu11
There are three recommended practices for handling password generation on new account creation:

  1. Static Password - A single, uniform password that all users use for their first login
  2. Dynamic ’Known’ Password - A static password created from a combination of known user attributes, such as (e.g. <name>-<dept>-<1234>)
  3. 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

3 Likes