8000 [FrameworkBundle] Add missing `not-compromised-password` entry in XSD · symfony/symfony@65c2147 · GitHub
[go: up one dir, main page]

Skip to content

Commit 65c2147

Browse files
[FrameworkBundle] Add missing not-compromised-password entry in XSD
1 parent 2f69270 commit 65c2147

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@
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" />
@@ -299,6 +300,11 @@
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" />

0 commit comments

Comments
 (0)
0