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.
1 parent bfc644c commit 773515cCopy full SHA for 773515c
Resources/config/schema/security-1.0.xsd
@@ -169,6 +169,7 @@
169
<xsd:element name="http-basic-ldap" type="http_basic_ldap" minOccurs="0" maxOccurs="1" />
170
<xsd:element name="json-login" type="json_login" minOccurs="0" maxOccurs="1" />
171
<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" />
173
<xsd:element name="login-throttling" type="login_throttling" minOccurs="0" maxOccurs="1" />
174
<xsd:element name="remember-me" type="remember_me" minOccurs="0" maxOccurs="1" />
175
<xsd:element name="remote-user" type="remote_user" minOccurs="0" maxOccurs="1" />
0 commit comments