Question
5
Replies
492
Views
Infosys
Posted: August 1, 2018
Last activity: August 3, 2018
Closed
Password strength checking in Pega
Hi i have a requirement to implement dynamic password validation in Pega.I am attaching the screen below on the way i need to implement the same.how to achieve this in Pega i mean password strength checking with status bar.Kindly help me in this.I checked different pdn links but couldnt find a suitable one
***Updated by moderator: Lochan to update platform capability***
You Either have to parse strings using a combination of methods in string utils to check for the desired criteria like one upper case, lower case special character or alternatively you can use a c# script to do the same.
Once you get the result you can attach it to an appropriate message or progress bar along with the message as an indication of how strong the password is