You are here

function Digit_Placement_Constraint::getDescription in Password Policy 5

Overrides Character_Constraint::getDescription

File

constraints/constraint_digit_placement.php, line 26

Class

Digit_Placement_Constraint

Code

function getDescription() {
  return t('Minimum number of digits in the password to allow a digit in the first or last position in the password (e.g. 2abcdefg and abcdefg4 are unacceptable passwords, while 2qpcxrm3 and 99qpcxrm are allowed passwords when 2 is set here).');
}