From ff14a69b9fa1a856f9fdd22b070ac6f9fa346b59 Mon Sep 17 00:00:00 2001 From: Delf Tonder Date: Mon, 28 Apr 2014 23:14:05 +0200 Subject: [PATCH] Update custom_authentication_provider.rst improved description of the getKey method --- cookbook/security/custom_authentication_provider.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/security/custom_authentication_provider.rst b/cookbook/security/custom_authentication_provider.rst index 42e3dbd3de4..f11e11aa32d 100644 --- a/cookbook/security/custom_authentication_provider.rst +++ b/cookbook/security/custom_authentication_provider.rst @@ -346,7 +346,7 @@ requires the following methods: and ``remember_me`` and defines the position at which the provider is called; * ``getKey`` method which defines the configuration key used to reference - the provider; + the provider in the firewall configuration; * ``addConfiguration`` method, which is used to define the configuration options underneath the configuration key in your security configuration.