Skip to content

Commit c700885

Browse files
Merge branch '6.4' into 7.0
* 6.4: [SecurityBundle] Remove unused memory users’ `name` attribute from the XSD
2 parents 5c6c37c + adc34df commit c700885

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Resources/config/schema/security-1.0.xsd

-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@
112112

113113
<xsd:complexType name="user">
114114
<xsd:attribute name="identifier" type="xsd:string" />
115-
<xsd:attribute name="name" type="xsd:string" />
116115
<xsd:attribute name="password" type="xsd:string" />
117116
<xsd:attribute name="roles" type="xsd:string" />
118117
</xsd:complexType>

0 commit comments

Comments
 (0)