fos_user.yml 400 B

123456789101112131415
  1. fos_user:
  2. db_driver: orm # can be orm or odm
  3. firewall_name: main
  4. # if you change the class configuration, please also alter the sonata_user.yml file
  5. user_class: Chamilo\PageBundle\Entity\User
  6. group:
  7. group_class: Chamilo\UserBundle\Entity\Group
  8. group_manager: sonata.user.orm.group_manager
  9. service:
  10. user_manager: sonata.user.orm.user_manager