Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/src/UserBundle/Resources/config/services.yml

8 lines
340 B

services:
chamilo_user_provider:
class: Chamilo\UserBundle\Security\FOSUBUserProvider
#this is the place where the properties are passed to the UserProvider - see config.yml
arguments: [
'@sonata.user.orm.user_manager',
{facebook: facebookId, google: googleId, github: githubId}
]