You are here

protected property CasProtectedUserFieldConstraintValidator::$restrictedPasswordManagement in CAS 8

Same name and namespace in other branches
  1. 2.x src/Plugin/Validation/Constraint/CasProtectedUserFieldConstraintValidator.php \Drupal\cas\Plugin\Validation\Constraint\CasProtectedUserFieldConstraintValidator::restrictedPasswordManagement

Whether or not restricted password managment is enabled.

Type: bool

File

src/Plugin/Validation/Constraint/CasProtectedUserFieldConstraintValidator.php, line 30

Class

CasProtectedUserFieldConstraintValidator
Decorates the ProtectedUserFieldConstraint constraint.

Namespace

Drupal\cas\Plugin\Validation\Constraint

Code

protected $restrictedPasswordManagement = FALSE;