Skip to content

Commit 0d166d7

Browse files
[Security] Fix wrong anchor
1 parent 7d667bc commit 0d166d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ creates a ``security.yaml`` configuration file for you:
2828
# config/packages/security.yaml
2929
security:
3030
enable_authenticator_manager: true
31-
# https://symfony.com/doc/current/security.html#c-hashing-passwords
31+
# https://symfony.com/doc/current/security.html#registering-the-user-hashing-passwords
3232
password_hashers:
3333
Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface: 'auto'
3434
# https://symfony.com/doc/current/security.html#where-do-users-come-from-user-providers

0 commit comments

Comments
 (0)