Source for file NZGovtPasswordValidator.php
Documentation is available at NZGovtPasswordValidator.php
* This {@link PasswordValidator} implements the NZ E-Government Guidelines for passwords
$this->checkHistoricalPasswords(6);
$this->characterStrength(3, array('lowercase','uppercase','digits','punctuation'));
|