Postponed
Project:
Field Validation
Version:
3.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
20 Aug 2023 at 05:28 UTC
Updated:
21 Aug 2023 at 10:01 UTC
Jump to comment: Most recent
Add support for Symfony PasswordStrength Constraint
Comments
Comment #4
g089h515r806 commentedmanual test.
Fatal error: Class Drupal\field_validation\Plugin\Validation\Constraint\PasswordStrengthConstraint cannot extend final class Symfony\Component\Validator\Constraints\PasswordStrength in E:\xampp\htdocs\drupal10\modules\field_validation\src\Plugin\Validation\Constraint\PasswordStrengthConstraint.php on line 16
Symfony\Component\Validator\Constraints\PasswordStrength is a final class, we could not extend it.
mark this as postponed.
Comment #5
g089h515r806 commentedI add a issue at github for symfony:
https://github.com/symfony/symfony/issues/51439