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/plugin/ext_auth_chamilo_logout_but...
Julio Montoya 7deec39dd7 Fixing PHP warning. 11 years ago
..
index.php Cleaning code. 11 years ago
plugin.php Fixing PHP warning. 11 years ago
readme.txt Add a plugin to enable/disable and change behaviour of logout button, if you use external authentication 12 years ago
template.tpl Add a plugin to enable/disable and change behaviour of logout button, if you use external authentication 12 years ago

readme.txt

README
<br/><br/>
If you use some other authentication than local Chamilo authentication, you may want to disable the Chamilo logout button and display information about your SSO logout.<br/>
With this plugin, you can<br/>
- change the logout URL of the button<br/>
- disable the logout button<br/>
- display it in grey style<br/>
- change the button tooltip on mouseover<br/>
- add an alert message if user click on the button<br/>
<br/>
Related plugins <br/>
Add a button to login using CAS<br/>
Add a button to logout from CAS<br/>
Add a button to login using FACEBOOK account<br/>
Add a button to login using Shibboleth<br/>