name) != drupal_strtolower($password); } function getDescription() { return t('Password must differ from the username. Put any positive number to enforce this policy.'); } function getValidationErrorMessage() { return t('Password must differ from the username.'); } function _charIsValid($character) { return TRUE; } }