diff --git a/security.rst b/security.rst index 845b86c3039..6880411c874 100644 --- a/security.rst +++ b/security.rst @@ -351,6 +351,8 @@ Symfony comes with several built-in user providers: Loads users from a configuration file; :ref:`Chain User Provider ` Merges two or more user providers into a new user provider. + Since each firewall has exactly *one* user provider, you can use this + to chain multiple providers together. The built-in user providers cover the most common needs for applications, but you can also create your own :ref:`custom user provider `.