Question

Dynamic Password Implementation in Pega
I have a requirement as mentioned in the attached screen can anyone please guide me how this screen can be implemented in Pega its a bit urgent.Any suggestion will be appreciated
thanks in advance
***Edited by Moderator Marissa to update platform capability tags****
-
Like (0)
-

Hello,
Looks like the same discussion in here: https://collaborate.pega.com/question/dynamic-password-validation-using-script-pega

The above discussion also posted by myself but there also i didnt got the expected solution .here i need suggestions on how to implement the same as in the attached screen

You surely have specific requirement to implement for sure. But for security reasons, do you think it is a good idea to present very precise error messages when a user is trying to log in.
This will gives more information for somebody trying to crack the password. I think it is best to remain vague no?

I agree to the point but the requirement is like that dynamic password validation is present in almost all websites so my team also wants to include the same and provided the screen also i am trying to implement the same here what required is client side validation its not the screen where user logging in this screen will appear only after user logs in and there we have a provision to change password there we need to check this.

Right,
I'm not fully sure if we can do this Out-Of-the-Box. So I would say it might be time to demonstrate JavaScript skills even if I wouldn't recommend too much customization. All that will be difficult to maintain.

One more query is that after the script check whether we need to display the messages on a popup window how it can be achieved is it through a section or samrtinfo here i need more info because some times it may causes UI alignment issues.

I think we dont have any OOTB rule, we have to write Js for this requirement.

So Java script or jquery needs to be incorporated in the harness level using css also we can do this right i am trying the same also,but i am not that fluent in scripting if possible anyone can share a sample snippet which is done in pega so that i can follow the same.

One more query is that after the script check whether we need to display the messages on a popup window how it can be achieved is it through a section or samrtinfo here i need more info because some times it may causes UI alignment issues.