From df2463772c3f70b61a1be1df494de0c088cf5c6f Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Fri, 10 Dec 2021 14:57:30 +0100 Subject: [PATCH] Remove "enable_authenticator_manager" from Symfony 6 docs --- security.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/security.rst b/security.rst index 034b26bc4ae..136afc537da 100644 --- a/security.rst +++ b/security.rst @@ -27,7 +27,6 @@ creates a ``security.yaml`` configuration file for you: # config/packages/security.yaml security: - enable_authenticator_manager: true # https://symfony.com/doc/current/security.html#c-hashing-passwords password_hashers: Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface: 'auto'