I have learned the hard way to always be attentive on for changes
at the update markdown from symfony/symfony github and also about
current pull requests as they often are the upcoming fixes for broken
things
if you notice someone else has probably noticed it too and it has even
worked on a fix already ...

On Thu, Apr 21, 2011 at 10:54 PM, JC <julio.castillo.2...@gmail.com> wrote:
> Thank you. This helped me move the ball forward.
>
> I guess we just have to be patient to have the documentation updated
> with these changes (unless of course there is already an updated one
> and I am not aware of it :-)
>
> Regards
>
> On Apr 21, 4:41 pm, Carl <carl.par...@gmail.com> wrote:
>> I'm glad you got the other problem fixed. :) As for your configuration, two
>> things immediately jump out at me. Firstly, "provider_key" is no longer a
>> valid configuration option. It's now "firewall_name." And secondly, the
>> group configuration has changed as well. It's now its own category:
>>
>> fos_user:
>>     db_driver: orm
>>     firewall_name: main
>>     class:
>>         model:
>>             user: CFP\Bundle\AccountBundle\Entity\User
>>         form:
>>             user: CFP\Bundle\AccountBundle\Form\UserForm
>>         controller:
>>             user: CFP\Bundle\AccountBundle\Controller\UserController
>>     group:
>>         class:
>>             model: CFP\Bundle\AccountBundle\Entity\Group
>
> --
> If you want to report a vulnerability issue on symfony, please send it to 
> security at symfony-project.com
>
> 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
>

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

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