Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c5704e9

Browse filesBrowse files
committed
bug #59625 [FrameworkBundle] Add missing not-compromised-password entry in XSD (alexandre-daubois)
This PR was merged into the 6.4 branch. Discussion ---------- [FrameworkBundle] Add missing `not-compromised-password` entry in XSD | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | - | License | MIT Commits ------- 65c2147 [FrameworkBundle] Add missing `not-compromised-password` entry in XSD
2 parents 2f69270 + 65c2147 commit c5704e9
Copy full SHA for c5704e9

File tree

1 file changed

+6
-0
lines changed
Filter options

1 file changed

+6
-0
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd
+6Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.