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/public/plugin/whispeakauth
Julio Montoya f68d481383 Minor - flint fixes 5 years ago
..
Controller Minor - flint fixes 5 years ago
Entity Flint fixes 5 years ago
Request Minor - flint fixes 5 years ago
ajax Move constant USERNAME_MAX_LENGTH in the user entity 5 years ago
assets/js Internal: Add plugin/whispeakauth as is from 1.11.x 5 years ago
lang Internal: Add plugin/whispeakauth as is from 1.11.x 5 years ago
view Internal: Add plugin/whispeakauth as is from 1.11.x 5 years ago
README.md Internal: Add plugin/whispeakauth as is from 1.11.x 5 years ago
WhispeakAuthPlugin.php Internal: Flint fixes 5 years ago
WhispeakConditionalLoginHook.php Internal: Add plugin/whispeakauth as is from 1.11.x 5 years ago
WhispeakMyStudentsLpTrackingHook.php Internal: Add plugin/whispeakauth as is from 1.11.x 5 years ago
WhispeakMyStudentsQuizTrackingHook.php Internal: Add plugin/whispeakauth as is from 1.11.x 5 years ago
admin.php Internal: Flint fixes 5 years ago
authentify.php Internal: Add plugin/whispeakauth as is from 1.11.x 5 years ago
authentify_password.php Internal: Add plugin/whispeakauth as is from 1.11.x 5 years ago
enrollment.php Internal: Add plugin/whispeakauth as is from 1.11.x 5 years ago
index.php Internal: Add plugin/whispeakauth as is from 1.11.x 5 years ago
install.php Internal: Add plugin/whispeakauth as is from 1.11.x 5 years ago
plugin.php Internal: Add plugin/whispeakauth as is from 1.11.x 5 years ago
uninstall.php Internal: Add plugin/whispeakauth as is from 1.11.x 5 years ago

README.md

Speech authentication with Whispeak

Notice:

This plugin requires the user to grant permission to use the microphone connected on the web browser. Currently, browsers are limiting this permission to be used only in a secure environment with HTTPS. If your portal does not work with HTTP, then Whispeak authentication may not work.

Instructions:

Make sure the directory src/Chamilo\PluginBundle is writable by the web server in order for the plugin is installed properly. This might imply a manual change on your server (outside of the Chamilo interface).

  1. Install plugin in Chamilo.
  2. Set the plugin configuration enabling the plugin and (optionally) set the max attempts.
  3. Set the login_bottom region to the plugin.
  4. Add $_configuration['whispeak_auth_enabled'] = true; to configuration.php file.
  5. Optionally, you can add the menu_administrator region to se the user logged activities from Whispeak.