public property LdapProtectedUserFieldConstraint::$message in Lightweight Directory Access Protocol (LDAP) 8.4
Violation message.
Type: string
File
- ldap_user/
src/ Plugin/ Validation/ Constraint/ LdapProtectedUserFieldConstraint.php, line 22
Class
- LdapProtectedUserFieldConstraint
- Checks if the plain text password is provided for editing a protected field.
Namespace
Drupal\ldap_user\Plugin\Validation\ConstraintCode
public $message = "Your current password is missing or incorrect; it's required to change the %name.";