Question on using flow action "SetPassword" and activity "ValidatePassword"
Hello,
I am using the flow action "SetPassword", I added a post action activity to it to check the length of the password and whether it contians special character using activity "ValidatePassword". Upon comparing length of .pyPwdConfirm > 8 , the comparison is based on the encrypted value of .pyPwdConfirm. For example if .pyPwdConfirm was rules > 8 the comparison will return true because encrypted value > 8.
How shell we establish conditions on native pega password fields. I need the password to be at least 8 characters and includes 2 special characters.
Thanks,
Ghina
***Updated by moderator: Lochan to add Categories; edited title***