Skip to content

Commit

Permalink
Include providers, logout in sample config; link to Wordpress patches
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtorrent committed Oct 10, 2011
1 parent 6957cab commit c926fac
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Requirements
============

* Wordpress >= 3.3r18756
* Wordpress 3.3.x (currently in development) with [patches for variable
scope](https://github.com/mrtorrent/WordPress/tree/explicitly_set_globals) (pending commit to core)
* Symfony 2.0.x

Usage
Expand Down Expand Up @@ -86,6 +87,10 @@ their default values. You can omit them if you use the defaults, e.g. `wordpress
factories:
- "%kernel.root_dir%/../vendor/bundles/Hypebeast/WordpressBundle/Resources/config/security_factories.xml"

# There is no user provider, so this is a dummy entry to satisfy the security bundle
providers:
wordpress: ~
firewalls:
secured_area:
Expand All @@ -106,6 +111,9 @@ their default values. You can omit them if you use the defaults, e.g. `wordpress
# whether the user should be remembered via Wordpress's remember-me cookie
remember_me_parameter: _remember_me

# You want your users to be able to log out, right? See Symfony docs for options
logout: ~

# anonymous: ~
# ...
Expand Down

0 comments on commit c926fac

Please sign in to comment.