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

Skip to content

Commit f735a2b

Browse files
committed
[#8104] minor rewording
1 parent 0d480e9 commit f735a2b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

security/multiple_user_providers.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,10 @@ a new provider that chains the two together:
8282
),
8383
));
8484
85-
Now, all firewalls without explicit provider configured will use the ``chain_provider``, since
86-
it's the first specified. The ``chain_provider`` will, in turn, try to load
87-
the user from both the ``in_memory`` and ``user_db`` providers.
85+
Now, all firewalls without an explicitly configured user provider will use
86+
the ``chain_provider`` since it's the first specified. The ``chain_provider``
87+
will, in turn, try to load the user from both the ``in_memory`` and ``user_db``
88+
providers.
8889

8990
You can also configure the firewall or individual authentication mechanisms
9091
to use a specific provider. Again, unless a provider is specified explicitly,

0 commit comments

Comments
 (0)