Skip to content

Commit 28ad602

Browse files
bug symfony#57520 [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 | N/A | License | MIT The related config has been deprecated in symfony#40403 and removed in symfony#41613. Commits ------- 656f498 [SecurityBundle] Remove unused memory users’ `name` attribute from the XSD
2 parents f8c5cf0 + 656f498 commit 28ad602

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)