Prompt Detail:
If the password was not set for the new user during the account creation process, you can set it manually by following these steps:
Log in to the server as the root user or a user with sudo privileges.
Set the password for the new user with the following command, replacing "newusername" with the desired username:
passwd newusername
You will be prompted to enter and confirm the new password.
Once you have set the password, you can proceed with the remaining steps to create the new user's home directory and grant them sudo privileges, as described in my previous response.
If you encounter any issues setting the password or creating the new user, you may need to check your system's documentation or contact your system administrator for further assistance.