From 08eafcfcf77c0d94463b9f62abef6e40d0f277d2 Mon Sep 17 00:00:00 2001 From: AbdelKader Bouadjadja Date: Sun, 2 Jul 2017 13:21:23 +0200 Subject: [PATCH] Add more precision about automatic provider assignation --- security/multiple_user_providers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/multiple_user_providers.rst b/security/multiple_user_providers.rst index 621501799ab..cbf01b720a4 100644 --- a/security/multiple_user_providers.rst +++ b/security/multiple_user_providers.rst @@ -82,7 +82,7 @@ a new provider that chains the two together: ), )); -Now, all authentication mechanisms will use the ``chain_provider``, since +Now, all firewalls without explicit provider configured 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`` providers.