readme.txt 781 B

1234567891011
  1. README
  2. <br/><br/>
  3. This plugin adds a button to allow users to log into Chamilo with their Facebook account.<br/><br/>
  4. To display this button on your portal, you have to enable the Facebook authentification and configure it.<br/>
  5. To enable and configure the Facebook authentification on your Chamilo platform, go to Administration > Configuration settings > Facebook<br/>
  6. You should then add the App ID and the Secret Key provided by Facebook inside the app/config/auth.conf.php file<br />
  7. Finally, you will have to set the following line in your app/config/configuration.php<br />
  8. <pre>
  9. $_configuration['facebook_auth'] = 1;
  10. </pre>
  11. 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.<br/>