Question
Synechron
IN
Last activity: 21 Feb 2019 18:41 EST
Force user to choose complex password while registration?
i want to force user to choose complex password to include alphanumeric, letters and numbers in password whle registering
how to implement it, i found security policies in PEGA but its applicable only for pega users not application UI .
***Edited by Moderator: Pallavi to update platform capability tags***
Hi Kiran,
You can use the OOTB activity, pzChangePassword of the class Data-Admin-Operator-ID.
step 20 calls an empty activity pyCustomChangePassword, which is provided to be modified based on your requirement. In this activity you can write your own logic to force users to choose complex password.
Step 19 is the java step which will help you to write your custom logic to verify if all the required conditions.
Regards,
Vikash