Good plugin but one significant weakness
-
I am pleased with this plugin; it works well with the requirements of my web site and it’s easy to customise.
However there is one significant weakness in this plug-in at the moment, if you are thinking of using this as a secure log-in facility.
The wppb_check_password_strength function checks the wppb_password_strength that is posted back client-side via JQuery.
A user can override this by modifying the posted values for the password using a request modifier such as Fiddler, and so can reset their password to a lower level of strength than we would want to enforce. The password strength has already been calculated client-side, so hitting the submit button with modified passw values is a cinch.
To get around this I have had to add some additional code (using ZxcvbnPhp) to do another validation of the password server-side, after the submit button has been clicked.
- The topic ‘Good plugin but one significant weakness’ is closed to new replies.