Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ec3e374

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: [Security] Fix wrong anchor
2 parents 01f301b + 8377d55 commit ec3e374

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

security.rst

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

0 commit comments

Comments
 (0)