Author: allyb
Date: 2010-04-28 20:13:45 +0200 (Wed, 28 Apr 2010)
New Revision: 29305
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-28 17:08:05 UTC (rev 29304)
+++ plugins/sfEasyAuthPlugin/branches/2010-02-18_integration-of-doctrine/README
2010-04-28 18:13:45 UTC (rev 29305)
@@ -45,17 +45,6 @@
.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.