Author: allyb
Date: 2010-04-07 17:51:13 +0200 (Wed, 07 Apr 2010)
New Revision: 29036

Modified:
   plugins/sfEasyAuthPlugin/branches/2010-02-18_integration-of-doctrine/README
Log:
Updated the readme

Modified: 
plugins/sfEasyAuthPlugin/branches/2010-02-18_integration-of-doctrine/README
===================================================================
--- plugins/sfEasyAuthPlugin/branches/2010-02-18_integration-of-doctrine/README 
2010-04-07 14:36:25 UTC (rev 29035)
+++ plugins/sfEasyAuthPlugin/branches/2010-02-18_integration-of-doctrine/README 
2010-04-07 15:51:13 UTC (rev 29036)
@@ -45,6 +45,17 @@
               .settings:
                 enabled_modules:      [default, sfEasyAuth]
 
+  * Enable the module by adding it to your project configuration:
+
+            [php]
+            class ProjectConfiguration extends sfProjectConfiguration
+            {
+              public function setup()
+              {
+                $this->enablePlugins('sfDoctrinePlugin', 'sfEasyAuthPlugin');
+              }
+            }
+
   * Add the following to your `config/filters.yml` file between `security` and 
`cache`
     if you want to enable the 'remember me' feature. Make sure to set your own 
salt in
     the app.yml file to something random, or you won't be working with an 
optimal level of security in your

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to