Page 1 of 1

Function that check password strength

Posted: Thu Mar 16, 2023 7:01 pm
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


Re: Function that check password strength

Posted: Thu Mar 16, 2023 7:12 pm
by mobhar

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


Re: Function that check password strength

Posted: Thu Mar 16, 2023 8:01 pm
by stpaulin

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