File tree 1 file changed +6
-0
lines changed
src/Symfony/Bundle/FrameworkBundle/Resources/config/schema
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 266
266
<xsd : element name =" static-method" type =" xsd:string" />
267
267
<xsd : element name =" mapping" type =" file_mapping" />
268
268
<xsd : element name =" auto-mapping" type =" auto_mapping" />
269
+ <xsd : element name =" not-compromised-password" type =" not-compromised-password" />
269
270
</xsd : choice >
270
271
271
272
<xsd : attribute name =" enabled" type =" xsd:boolean" />
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