Function that check password strength

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
stpaulin
User
Posts: 137

Function that check password strength

Post by stpaulin »

Hi,
For audit reason, I have to get the code that check the password strength when adding or editing a new user.
I see that in "./models/UsersEdit.php" the code refers to the class 'ew-password-strength'.
Where can I get access to the code of this class?
Thanks


mobhar
User
Posts: 11660

Post by mobhar »

Since the code is not server side, you might check jquery/pStrength.jquery.min.js file.


stpaulin
User
Posts: 137

Post by stpaulin »

Thanks you so much !
It's just what I was looking for !


Post Reply