You are here

function Username_Constraint::getDescription in Password Policy 5

Overrides Constraint::getDescription

File

constraints/constraint_username.php, line 16

Class

Username_Constraint

Code

function getDescription() {
  return t('Password must differ from the username. Put any positive number to enforce this policy.');
}