Fuente: https://github.com/chamilo/chamilo-lms/releases/download/v1.11.40/chamilo-1.11.40.zip sha256: 1cf4bf2cc7bae1ef1a1eff643235db1d552f78ddf4b6dd1e2d2dac9868679439 Snapshot independiente (rama huerfana); diffable vs 1.11.38. vendor incluido.
15 lines
400 B
YAML
15 lines
400 B
YAML
fos_user:
|
|
db_driver: orm # can be orm or odm
|
|
firewall_name: main
|
|
|
|
# if you change the class configuration, please also alter the sonata_user.yml file
|
|
user_class: Chamilo\PageBundle\Entity\User
|
|
|
|
group:
|
|
group_class: Chamilo\UserBundle\Entity\Group
|
|
group_manager: sonata.user.orm.group_manager
|
|
|
|
service:
|
|
user_manager: sonata.user.orm.user_manager
|
|
|