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

Reply via email to