We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
name
1 parent 73510ce commit cdb8354Copy full SHA for cdb8354
src/Symfony/Bundle/SecurityBundle/Resources/config/schema/security-1.0.xsd
@@ -113,6 +113,7 @@
113
114
<xsd:complexType name="user">
115
<xsd:attribute name="identifier" type="xsd:string" />
116
+ <xsd:attribute name="name" type="xsd:string" />
117
<xsd:attribute name="password" type="xsd:string" />
118
<xsd:attribute name="roles" type="xsd:string" />
119
</xsd:complexType>
0 commit comments