Having some odd behavior with this plugin.

Here is what happens:
- new project with doctrine orm
- create backend app
- create a simple model (called article)
- generate admin module in backend for model (works fine, can
add/remove/list items)
- install sfDoctrineGuardPlugin
- rebuild db
- admin generated module still works fine
- change sfUser to extend sfGuardSecurityUser (this seems to create the
problem)
- admin generated module now goes to credentials required page.

not sure why this is.  I havent declared any credentials in security.yml (it
has is_secure: false set).  It is my understanding that this module should
still be public.  If I generate a blank module I can get to it just fine.
Just the admin generated ones i can't.

anyone have any idea.

-- 
Kevin

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to