function Lowercase_Constraint::getDescription in Password Policy 5
Overrides Letter_Constraint::getDescription
File
- constraints/
constraint_lowercase.php, line 12
Class
Code
function getDescription() {
return t('Password must contain the specified minimum number of lowercase letters.');
}