10000 minor #8104 Add more precision about automatic provider assignation (… · symfony/symfony-docs@0d480e9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0d480e9

Browse files
committed
minor #8104 Add more precision about automatic provider assignation (medinae)
This PR was submitted for the 3.3 branch but it was merged into the 2.7 branch instead (closes #8104). Discussion ---------- Add more precision about automatic provider assignation Commits ------- 83bc9b2 Add more precision about automatic provider assignation
2 parents 423448c + 83bc9b2 commit 0d480e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/multiple_user_providers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ a new provider that chains the two together:
8282
),
8383
));
8484
85-
Now, all authentication mechanisms will use the ``chain_provider``, since
85+
Now, all firewalls without explicit provider configured will use the ``chain_provider``, since
8686
it's the first specified. The ``chain_provider`` will, in turn, try to load
8787
the user from both the ``in_memory`` and ``user_db`` providers.
8888

0 commit comments

Comments
 (0)
0