Skip to content

Commit 8ece4fd

Browse files
committed
Merge branch '5.4' into 6.3
* 5.4: [5.4] Remove unused test fixtures [Dotent] Add PHPDoc for `$overrideExistingVars` [SecurityBundle] Fix missing login-link element in xsd schema [Validator] Add missing Chinese translations #51934 [Serializer] Fix using `DateIntervalNormalizer` with union types [Validator] fix: add missing translations for for Thai (th) fix #52273 [doctrine-messenger] DB table locks on messenger_messages with many failures [Serializer] Handle defaultContext for DateTimeNormalizer [CI] Add step to verify symfony/deprecation-contracts requirements
2 parents 0b07f38 + 773515c commit 8ece4fd

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
@@ -145,6 +145,7 @@
145145
<xsd:element name="http-basic-ldap" type="http_basic_ldap" minOccurs="0" maxOccurs="1" />
146146
<xsd:element name="json-login" type="json_login" minOccurs="0" maxOccurs="1" />
147147
<xsd:element name="json-login-ldap" type="json_login_ldap" minOccurs="0" maxOccurs="1" />
148+
<xsd:element name="login-link" type="login_link" minOccurs="0" maxOccurs="1" />
148149
<xsd:element name="login-throttling" type="login_throttling" minOccurs="0" maxOccurs="1" />
149150
<xsd:element name="remember-me" type="remember_me" minOccurs="0" maxOccurs="1" />
150151
<xsd:element name="remote-user" type="remote_user" minOccurs="0" maxOccurs="1" />

0 commit comments

Comments
 (0)