
May 16th, 2008, 05:00 AM
|
|
Developer Shed
|
|
Join Date: Jun 2007
Posts: 20,013
Time spent in forums: < 1 sec
Reputation Power: 23
|
|
|
PHP and AJAX - Make a Password Strength Bar that Updates in Real-time
This tutorial will show you how to make a very simple feature which will help your users make more secure passwords, in registration forms. After the user types their password, this script will make a request to a PHP page, which will check the password for lowercase letters, uppercase letters, numbers and symbols. Without reloading the page, a bar displaying the strength of the password will be shown to the user.
Read the full article here: PHP and AJAX - Make a Password Strength Bar that Updates in Real-time
|