Minor - Update README files in plugins - refs #2200
parent
caad47cde9
commit
fe0e48bd6b
@ -0,0 +1,11 @@ |
|||||||
|
Add CAS login button plugin |
||||||
|
====== |
||||||
|
This plugin adds a button to allow users to login to Chamilo through CAS authentication. |
||||||
|
|
||||||
|
In order for the plugin to work, you'll have to: |
||||||
|
|
||||||
|
* enable your CAS connection to display this button |
||||||
|
* configure your CAS connection to have the button work |
||||||
|
* go to Administration > Configuration settings > CAS and follow the instructions |
||||||
|
|
||||||
|
This plugin has been made to be added in the login_top region, but you can put it wherever you want. |
@ -1,7 +0,0 @@ |
|||||||
README |
|
||||||
<br/><br/> |
|
||||||
This plugin add a button to allow user to login to Chamilo with CAS authentification.<br/><br/> |
|
||||||
You have to activate your CAS connection to display this button.<br/> |
|
||||||
You have to configure your CAS connection to have the button works.<br/> |
|
||||||
To activate and configure CAS, for your Chamilo platform, go to Administration > Configuration settings > CAS<br/> |
|
||||||
This plugin has been done to be added in the login_top region, but you can put it where you want.<br/> |
|
@ -0,0 +1,12 @@ |
|||||||
|
Add CAS logout button plugin |
||||||
|
=== |
||||||
|
|
||||||
|
This plugin adds a button to allow users to logout from their CAS session. |
||||||
|
|
||||||
|
In order for the plugin to work, you'll have to: |
||||||
|
|
||||||
|
* enable your CAS connection to display this button. |
||||||
|
* configure your CAS connection to have the button works. |
||||||
|
* go to Administration > Configuration settings > CAS and follow the instructions. |
||||||
|
|
||||||
|
This plugin has been made to be added in the login_top region, but you can put it wherever you want. |
@ -1,7 +0,0 @@ |
|||||||
README |
|
||||||
<br/><br/> |
|
||||||
This plugin add a button to allow user to logout to his CAS session.<br/><br/> |
|
||||||
You have to activate your CAS connection to display this button.<br/> |
|
||||||
You have to configure your CAS connection to have the button works.<br/> |
|
||||||
To activate and configure CAS, for your Chamilo platform, go to Administration > Configuration settings > CAS<br/> |
|
||||||
This plugin has been design to be added in the menu_top region, but you can put it where you want.<br/> |
|
@ -0,0 +1,16 @@ |
|||||||
|
Add Facebook login button plugin |
||||||
|
=== |
||||||
|
|
||||||
|
This plugin adds a button to allow users to log into Chamilo through their Facebook account. |
||||||
|
|
||||||
|
To display this button on your portal, you have to: |
||||||
|
|
||||||
|
* enable the Facebook authentication setting and configure it |
||||||
|
* enable and configure Facebook authentication on your Chamilo platform: go to Administration > Configuration settings > Facebook |
||||||
|
* add the App ID and the Secret Key provided by Facebook inside the app/config/auth.conf.php file |
||||||
|
* 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. |
@ -1,11 +0,0 @@ |
|||||||
README |
|
||||||
<br/><br/> |
|
||||||
This plugin adds a button to allow users to log into Chamilo with their Facebook account.<br/><br/> |
|
||||||
To display this button on your portal, you have to enable the Facebook authentification and configure it.<br/> |
|
||||||
To enable and configure the Facebook authentification on your Chamilo platform, go to Administration > Configuration settings > Facebook<br/> |
|
||||||
You should then add the App ID and the Secret Key provided by Facebook inside the app/config/auth.conf.php file<br /> |
|
||||||
Finally, you will have to set the following line in your app/config/configuration.php<br /> |
|
||||||
<pre> |
|
||||||
$_configuration['facebook_auth'] = 1; |
|
||||||
</pre> |
|
||||||
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/> |
|
@ -0,0 +1,10 @@ |
|||||||
|
Add Shibboleth login button plugin |
||||||
|
=== |
||||||
|
|
||||||
|
This plugin adds a button to allow users to login to Chamilo through Shibboleth authentication. |
||||||
|
|
||||||
|
You have to configure your Shibboleth connexion before using this plugin. |
||||||
|
|
||||||
|
To activate and configure Shibboleth, for your Chamilo platform, go to Administration > Configuration settings > Shibboleth |
||||||
|
|
||||||
|
This plugin has been done to be added in the login_top region, but you can put it where you want. |
@ -0,0 +1,11 @@ |
|||||||
|
Before login plugin |
||||||
|
=== |
||||||
|
|
||||||
|
This plugins shows a page before showing the login page. |
||||||
|
|
||||||
|
This is useful if you want to ask a question before a user has the opportunity to login. |
||||||
|
|
||||||
|
Example: |
||||||
|
You're old enough to enter this site? If you accept the "option 1" then you can enter to the campus (the login will appear). |
||||||
|
|
||||||
|
If you select "option 2" then you're redirected to another page. |
@ -1,3 +1,6 @@ |
|||||||
|
Clockworks SMS plugin |
||||||
|
=== |
||||||
|
|
||||||
This plugin enables Chamilo to send SMS messages to Chamilo users when a notification email is sent. |
This plugin enables Chamilo to send SMS messages to Chamilo users when a notification email is sent. |
||||||
|
|
||||||
SMS message types (a new course is created, an account is approved and so on) can be enabled or disabled from it's plugin configuration option. |
SMS message types (a new course is created, an account is approved and so on) can be enabled or disabled from it's plugin configuration option. |
Loading…
Reference in new issue