Skip to content

Commit

Permalink
Add firewall_name configuration option in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Composieux committed Oct 29, 2014
1 parent 3c47ffa commit c461f43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -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`:
Expand Down

0 comments on commit c461f43

Please sign in to comment.