From c461f43e4c0a32b4d418afaaf0ad570f5fa244bf Mon Sep 17 00:00:00 2001 From: Vincent Composieux Date: Wed, 29 Oct 2014 15:13:16 -0400 Subject: [PATCH] Add firewall_name configuration option in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6e5f4e1..4113fa0 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,8 @@ ekino_wordpress: table_prefix: wp_ # If you have a specific Wordpress table prefix wordpress_directory: /my/wordpress/directory # If you have a specific Wordpress directory structure load_twig_extension: true # If you want to enable native WordPress functions (ie : get_option() => wp_get_option()) + security: + firewall_name: secured_area # This is the firewall default name ``` Also optionally, if you want to use `UserHook` to authenticate on Symfony, you should add this configuration to your `app/security.yml`: