function Username_Constraint::getDescription in Password Policy 5
Overrides Constraint::getDescription
File
- constraints/
constraint_username.php, line 16
Class
Code
function getDescription() {
return t('Password must differ from the username. Put any positive number to enforce this policy.');
}