Hello there,
I have a requirement of Set PasswordStrengthSettings 's TextStrengthDescriptionStyles and TextStrengthDescriptions based on the following condions. how do i acheive it.
if(args.get_strengthScore() > 0 & args.get_strengthScore() <20)
{
Red colour RadStrength Strip and With Text "week"
}
else if(args.get_strengthScore() > 20 & args.get_strengthScore() <40)
{
Yellow colour RadStrength Strip and With Text "Poor"
}
How do i acheive it??