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
- Check the terminal output for the success message to find the exact file path of the password file.
- Go to the file path that is shown in the console success message.
- Locate and open the <username>password.txt file to view the generated password.
- Note the password and keep it secure.