I need to create a robot for the following function
- create an 8 digit password
- the password must have upper and lower case letters
- the password must have numbers
- the password must be at least 1 special character
I need to create a robot for the following function
Hi @pauloengenharia5 welcome to forum
Did it should be random Everytime with all rules being followed
Hi
If you ass the UipathTeam activites package there is a activity called generate random password. Here you can set the properties of the requires password i.e 1 special character
eu utilizei a biblioteca UiPathTeam.GenerateRandomPassword.Activiti ela funcionou muito bem mas meu chefe não quer que utlize bibliotecas externas…sera que alguem pode me ajudar
preciso fazer um robot que faça a seguinte condição
criar uma senha de 8 dĂgitos
help!
I used a UiPathTeam.GenerateRandomPassword.Activiti library it worked very well but my boss doesn’t want me to use external libraries… will anyone be able to help me
I need to make a robot that does the following condition
create an 8 digit password
the password must have uppercase and lowercase letters
the password must have numbers
password must be at least 1 special character
I used a UiPathTeam.GenerateRandomPassword.Activiti library it worked very well but my boss doesn’t want me to use external libraries… will anyone be able to help me
I need to make a robot that does the following condition
create an 8 digit password
the password must have uppercase and lowercase letters
the password must have numbers
password must be at least 1 special character
Check this code
https://medium.com/@selfo/vb-net-creating-a-password-generator-7d09f1d95f8
Hi @pauloengenharia5 just try to invoke vb.net code in Uipath.
I understand but he wants me to create these conditions using only uipath studio
wish yes, thank you very much