Skip to content

Commit 773515c

Browse files
committed
[SecurityBundle] Fix missing login-link element in xsd schema
1 parent bfc644c commit 773515c

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
@@ -169,6 +169,7 @@
169169
<xsd:element name="http-basic-ldap" type="http_basic_ldap" minOccurs="0" maxOccurs="1" />
170170
<xsd:element name="json-login" type="json_login" minOccurs="0" maxOccurs="1" />
171171
<xsd:element name="json-login-ldap" type="json_login_ldap" minOccurs="0" maxOccurs="1" />
172+
<xsd:element name="login-link" type="login_link" minOccurs="0" maxOccurs="1" />
172173
<xsd:element name="login-throttling" type="login_throttling" minOccurs="0" maxOccurs="1" />
173174
<xsd:element name="remember-me" type="remember_me" minOccurs="0" maxOccurs="1" />
174175
<xsd:element name="remote-user" type="remote_user" minOccurs="0" maxOccurs="1" />

0 commit comments

Comments
 (0)