Scrutinizer Auto-Fixer 1f7844380e Scrutinizer Auto-Fixes 7 anos atrás
..
img bc19d977eb Facebook athentification plugin 2.0 9 anos atrás
css.css 4116a6b100 merge 10 anos atrás
index.php 1f7844380e Scrutinizer Auto-Fixes 7 anos atrás
plugin.php bc19d977eb Facebook athentification plugin 2.0 9 anos atrás
readme.txt 43663529f6 Add configuration info to Facebook Connect plugin readme.txt as suggested by Nicolás Galdo - refs CT#8156 8 anos atrás
template.tpl bc19d977eb Facebook athentification plugin 2.0 9 anos atrás

readme.txt

README



This plugin adds a button to allow users to log into Chamilo with their Facebook account.


To display this button on your portal, you have to enable the Facebook authentification and configure it.

To enable and configure the Facebook authentification on your Chamilo platform, go to Administration > Configuration settings > Facebook

You should then add the App ID and the Secret Key provided by Facebook inside the app/config/auth.conf.php file

Finally, you will have to set the following line in your app/config/configuration.php


$_configuration['facebook_auth'] = 1;

This plugin has been developed to be added to the login_top or login_bottom region in Chamilo, but you can put it in whichever region you want.