We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent0d480e9 commitf735a2bCopy full SHA for f735a2b
security/multiple_user_providers.rst
@@ -82,9 +82,10 @@ a new provider that chains the two together:
82
),
83
));
84
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.
+Now, all firewalls without an explicitly configured user provider will use
+the ``chain_provider`` since it's the first specified. The ``chain_provider``
+will, in turn, try to load the user from both the ``in_memory`` and ``user_db``
88
+providers.
89
90
You can also configure the firewall or individual authentication mechanisms
91
to use a specific provider. Again, unless a provider is specified explicitly,