For example, asdfASDF1234!@#$ is returning an error:
Can we update this script so that the password is checked inline? As it works now, if a non-compliant password is entered, the user isn't informed until ALL parameters are entered. Then they have to completely re-run the script.
@jomolesk I updated the script. Now you are prompted for each password in the beginning of the script. Password validation is also done after each password is entered. Can you confirm if this works for you?
For example, asdfASDF1234!@#$ is returning an error:
Can we update this script so that the password is checked inline? As it works now, if a non-compliant password is entered, the user isn't informed until ALL parameters are entered. Then they have to completely re-run the script.