8000 minor #57578 [SecurityBundle] Remove unused memory users’ `name` attr… · symfony/symfony@bc9964b · GitHub
[go: up one dir, main page]

Skip to content

Commit bc9964b

Browse files
minor #57578 [SecurityBundle] Remove unused memory users’ name attribute from the XSD (MatTheCat)
This PR was merged into the 6.4 branch. Discussion ---------- [SecurityBundle] Remove unused memory users’ `name` attribute from the XSD | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | Fix cdb8354 | License | MIT #57520 has been reverted because > [The] change […] risks that someone receives errors on the next patch release if their XML config still makes use of the now removed attribute. But nobody could use it since v6.0: as #41613 removed the BC layer, the config would crash. Keeping `name` in the XSD for 6.4, 7.0 and 7.1 branches means people using these versions would have their IDE suggesting an attribute which would make their app crash. Commits ------- ed5c26c [SecurityBundle] Remove unused memory users’ `name` attribute from the XSD
2 parents 68eaede + ed5c26c commit bc9964b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Symfony/Bundle/SecurityBundle/Resources/config/schema/security-1.0.xsd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@
113113

114114
<xsd:complexType name="user">
115115
<xsd:attribute name="identifier" type="xsd:string" />
116-
<xsd:attribute name="name" type="xsd:string" />
117116
<xsd:attribute name="password" type="xsd:string" />
118117
<xsd:attribute name="roles" type="xsd:string" />
119118
</xsd:complexType>

0 commit comments

Comments
 (0)
0