Generating random passwords
You can generate random passwords for each user during user creation.
About this task
To generate random passwords for each user during user creation:
Procedure
- An attribute GeneratePassword is provided in the createUserHierarchy API.
- Set the attribute to
true
to generate a random password for the user. A random 8-digit password is generated using a mix of characters, special characters and numbers.