12-27-2023 09:35 PM
I am trying to create an account in Google AD for which there are mandatory fields such as given name, surname, email and password. For the password, I would like to auto generate random passwords of 8 characters of which 2 are uppercase, 1 number and 1 special character. Is there an expression that could help me achieve this?
01-10-2024 04:45 PM
Hello Bojan,
Thank you for your help. I was able to do a python script for the same and it works as expected, thank you.
01-17-2024 04:47 AM
I probably forgot the join function 🙂 Just add .join('') at the end.