Skip to content

Commit e3e00ec

Browse files
Revert "bug #57520 [SecurityBundle] Remove unused memory users’ name attribute from the XSD (MatTheCat)"
This reverts commit 28ad602851e591826dcd85120e62821330c4019d, reversing changes made to f8c5cf02a2813b130db3da839a78ae1f477997bf.
1 parent 12288f8 commit e3e00ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Resources/config/schema/security-1.0.xsd

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

114114
<xsd:complexType name="user">
115115
<xsd:attribute name="identifier" type="xsd:string" />
116+
<xsd:attribute name="name" type="xsd:string" />
116117
<xsd:attribute name="password" type="xsd:string" />
117118
<xsd:attribute name="roles" type="xsd:string" />
118119
</xsd:complexType>

0 commit comments

Comments
 (0)