- Issue created by @jlstrecker
- Merge request !101Issue #3499696: added a new configuration option to show/hide specific... β (Open) created by sourabhsisodia_
- πΊπΈUnited States jlstrecker Athens, Ohio, USA
Here the placeholder doesn't match:
$validation->setErrorMessage($this->t('The password "@password" is not allowed. Please choose a different password.', [ '@term' => $blacklisted_password ]));
That's the only problem I found. I reviewed the code and tested:
- Enabling
show_blacklisted_term
on an existing constraint withmatch_substrings
- Enabling
show_blacklisted_term
on a new constraint withoutmatch_substrings
- Disabling
show_blacklisted_term
on the previous constraint
I appreciate the improved wording in the error messages.
- Enabling