Delphi for PHP PasswordStrength component
Note: If you want to be updated on Delphi for PHP, you can follow me on twitter http://twitter.com/qadram, and you can see what’s going on by checking the brainstorm site http://brainstorm.qadram.com/, more details about the brainstorm site here.
Here it’s another presentation of a new component, it’s called PasswordStrength, and allows you to show the user, the strength of the password is typing. It’s a non-visible component which connects an Edit control with a Label control, so the Label shows the strength of the password typed in the Edit control.
Component is available on CodeCentral, completely free for Delphi for PHP registered users (any version), but if you are not a registered user and want to try it out, download the Delphi for PHP trial, and buy the component from here at the little price of 2 euro.
The component is a wrapper over jQuery Password Strength.
On the video, I show how to use it, and how to connect both components. Also, how to customize the messages, with colors and custom texts. This component also works on Delphi for PHP 2.
Hope you like it.
Share This | Email this page to a friend
Posted by José León on June 1st, 2010 under Delphi for PHP, PHP |

RSS Feed

June 2nd, 2010 at 3:40 am
Jose-san
It’s a good component. We just needed such feature to check entered password.
Thanks.