Skip to content

Commit 4927b6e

Browse files
committed
[Security] Remove deprecated XML config
1 parent f7fd0e7 commit 4927b6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

security/custom_authenticator.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ The authenticator can be enabled using the ``custom_authenticators`` setting:
105105
http://symfony.com/schema/dic/security
106106
https://symfony.com/schema/dic/security/security-1.0.xsd">
107107
108-
<config enable-authenticator-manager="true">
108+
<config>
109109
<!-- ... -->
110110
111111
<firewall name="main">

security/entry_point.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ You can configure this using the ``entry_point`` setting:
4242
http://symfony.com/schema/dic/security
4343
https://symfony.com/schema/dic/security/security-1.0.xsd">
4444
45-
<config enable-authenticator-manager="true">
45+
<config>
4646
<!-- ... -->
4747
4848
<!-- entry-point: configure the form authentication as the entry

0 commit comments

Comments
 (0)