File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
src/Symfony/Bundle/FrameworkBundle/Resources/config/schema Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 276
276
<xsd : attribute name =" translation-domain" type =" xsd:string" />
277
277
<xsd : attribute name =" strict-email" type =" xsd:boolean" />
278
278
<xsd : attribute name =" email-validation-mode" type =" email-validation-mode" />
279
+ <xsd : attribute name =" not-compromised-password" type =" not-compromised-password" />
279
280
</xsd : complexType >
280
281
281
282
<xsd : complexType name =" file_mapping" >
299
300
</xsd : restriction >
300
301
</xsd : simpleType >
301
302
303
+ <xsd : complexType name =" not-compromised-password" >
304
+ <xsd : attribute name =" enabled" type =" xsd:boolean" />
305
+ <xsd : attribute name =" endpoint" type =" xsd:string" />
306
+ </xsd : complexType >
307
+
302
308
<xsd : complexType name =" annotations" >
303
309
<xsd : attribute name =" cache" type =" xsd:string" />
304
310
<xsd : attribute name =" debug" type =" xsd:string" />
You can’t perform that action at this time.
0 commit comments