You are here

function Punctuation_Constraint::getDescription in Password Policy 5

Overrides Character_Constraint::getDescription

File

constraints/constraint_punctuation.php, line 12

Class

Punctuation_Constraint

Code

function getDescription() {
  return t('Password must contain the specified minimum number of punctuation characters.');
}