I have enabled password policy to include capital letter, number and special character. Is there any way to test that these characters are being typed in the password fields so that I can provide feedback for valid password?
ie

I have enabled password policy to include capital letter, number and special character. Is there any way to test that these characters are being typed in the password fields so that I can provide feedback for valid password?
ie

Hi
This post might be useful
As for testing, preview the page and make sure that the field is set to password and that it checks the passwords as the user types…
Yes I would have thought so, not tried this but I would guess use a Conditional on your password input box - This input’s value is then use either contains or extract with regex and compare it for each password requirement. So you may need 4 conditionals.
I have done the easy one for you below 
“This input’s value:number of characters ≥8”
When you figure all of it out please post back as I think this would be useful for lots of people
Simon
This topic was automatically closed after 70 days. New replies are no longer allowed.