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/whispeakauth
Julio Montoya 52eb3b717f Minor - update from 1.x 6 years ago
..
ajax Minor - update from 1.x 6 years ago
assets/js Whispeak allow save audio in mono - refs BT#14921 6 years ago
lang Show reliability when authentifing with whispeak - refs BT#14921 6 years ago
view Improve whispeak plugin messages - refs BT#14921 6 years ago
README.md Improve whispeak plugin docs - refs BT#14921 6 years ago
WhispeakAuthPlugin.php Minor - Flint fixes 6 years ago
authentify.php whispeak Protect tool when plugin is not enabled - refs BT#14921 6 years ago
enrollment.php whispeak Protect tool when plugin is not enabled - refs BT#14921 6 years ago
index.php whispeak Protect tool when plugin is not enabled - refs BT#14921 6 years ago
install.php Create whispeaker auth plugin - refs BT#14921 6 years ago
plugin.php Create whispeaker auth plugin - refs BT#14921 6 years ago
uninstall.php Create whispeaker auth plugin - refs BT#14921 6 years ago

README.md

Speech authentication with Whispeak

Instructions:

  1. Install plugin in Chamilo.
  2. Set the plugin configuration with the token and API url. And enable the plugin.
  3. Set the login_bottom region to the plugin.
  4. Add $_configuration['whispeak_auth_enabled'] = true; to configuration.php file.