From 0d166d7093d487080c41e59cc35297331a2a2e05 Mon Sep 17 00:00:00 2001 From: Maxime Doutreluingne Date: Wed, 16 Mar 2022 14:49:37 +0100 Subject: [PATCH] [Security] Fix wrong anchor --- security.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security.rst b/security.rst index 16442d23b58..d29f1480f78 100644 --- a/security.rst +++ b/security.rst @@ -28,7 +28,7 @@ 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 + # https://symfony.com/doc/current/security.html#registering-the-user-hashing-passwords password_hashers: Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface: 'auto' # https://symfony.com/doc/current/security.html#where-do-users-come-from-user-providers