Retrieving the initial password

About this task

When the user creation script completes successfully, it generates a secure password and saves it in a temporary text file named <username>password.txt. The script gets the directory path for this file from the config.yaml file during execution.

To retrieve the initial password, complete the following steps:

Procedure

  1. Check the command prompt output for the success message to find the exact file path of the password file.
  2. Go to the file path that is shown in the console success message.
  3. Locate and open the <username>password.txt file to view the generated password.
  4. Note the password and keep it secure.