Skip to content

Commit

Permalink
Merge branch '7.0' into 7.1
Browse files Browse the repository at this point in the history
* 7.0:
  [SecurityBundle] Remove unused memory users’ `name` attribute from the XSD
  • Loading branch information
nicolas-grekas committed Jun 28, 2024
2 parents e4c4097 + c700885 commit a674637
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Resources/config/schema/security-1.0.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@

<xsd:complexType name="user">
<xsd:attribute name="identifier" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="password" type="xsd:string" />
<xsd:attribute name="roles" type="xsd:string" />
</xsd:complexType>
Expand Down

0 comments on commit a674637

Please sign in to comment.