File tree 1 file changed +6
-0
lines changed
src/Symfony/Bundle/FrameworkBundle/Resources/config 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 61
61
<tag name =" validator.constraint_validator" alias =" Symfony\Component\Validator\Constraints\EmailValidator" />
62
62
</service >
63
63
64
+ <service id =" validator.not_compromised" class =" Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator" >
65
+ <argument type =" service" id =" http_client" on-invalid =" null" />
66
+ <argument >%kernel.charset%</argument >
67
+ <tag name =" validator.constraint_validator" alias =" Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator" />
68
+ </service >
69
+
64
70
<service id =" validator.property_info_loader" class =" Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader" >
65
71
<argument type =" service" id =" property_info" />
66
72
<argument type =" service" id =" property_info" />
You can’t perform that action at this time.
0 commit comments