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 266266 <xsd : element name =" static-method" type =" xsd:string" />
267267 <xsd : element name =" mapping" type =" file_mapping" />
268268 <xsd : element name =" auto-mapping" type =" auto_mapping" />
269+ <xsd : element name =" not-compromised-password" type =" not-compromised-password" />
269270 </xsd : choice >
270271
271272 <xsd : attribute name =" enabled" type =" xsd:boolean" />
299300 </xsd : restriction >
300301 </xsd : simpleType >
301302
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+
302308 <xsd : complexType name =" annotations" >
303309 <xsd : attribute name =" cache" type =" xsd:string" />
304310 <xsd : attribute name =" debug" type =" xsd:string" />
You can’t perform that action at this time.
0 commit comments