From ed736f6feb3a430e79ba745d5b75856c26361137 Mon Sep 17 00:00:00 2001 From: Melroy van den Berg Date: Sun, 16 Nov 2025 22:32:30 +0100 Subject: [PATCH] enable_authenticator_manager is deprecated Removed instructions for enabling the authenticator security system. --- docs/index.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/index.md b/docs/index.md index 366776f7..56e561b7 100644 --- a/docs/index.md +++ b/docs/index.md @@ -128,13 +128,6 @@ For implementation into Symfony projects, please see [bundle documentation](basi bin/console doctrine:schema:update --force ``` -1. Enable the authenticator security system in `config/security.yaml` file: - -```yaml -security: - enable_authenticator_manager: true -``` - 1. Import the routes inside your `config/routes.yaml` file: ```yaml