8000 minor #16605 [Security] Fix wrong anchor (mdoutreluingne) · symfony/symfony-docs@8377d55 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8377d55

Browse files
committed
minor #16605 [Security] Fix wrong anchor (mdoutreluingne)
This PR was merged into the 5.4 branch. Discussion ---------- [Security] Fix wrong anchor Fixes #16602 Commits ------- 0d166d7 [Security] Fix wrong anchor
2 parents c3b1ff5 + 0d166d7 commit 8377d55

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)
0