Password format verificationThis class is written for PHP5, and is designed to be used in admin interfaces, ecommerce sites and other front end interfaces where it`s im...
This class is written for PHP5, and is designed to be used in admin interfaces, ecommerce sites and other front end interfaces where it`s important not to use easily-guessable passwords. It can make sure that passwords contain no spaces, both letters and numbers, at least 1 or more non-alpha characters, and make sure passwords are within minimum and maximum constraints.