Briefly, the Mfreak Plugin Avatar gives the user the possibility to take a snapshot with a live webcam. The user can then upload the picture and modify his profile picture at any time. Besides this, there is also the facility to auto generate Avatars.
- Author: Luuk Verhoeven, MFreak.nl
- Min. required: Moodle 3.5.x
- Supports PHP: 7.2
- WebRTC, make snapshot with webcam.
- Flash, make snapshot with webcam.
- Feature for making automatically user avatars. Thanks to
laravolt/avatar
- Convert
ajax.php
to native ajax webservices - Gravatar support
- Convert
module.js
to an AMD module
- Copy this plugin to the
block\mfavatar
folder on the server - Login as administrator
- Go to Site Administrator > Notification
- Install the plugin
- You will need to fill out the settings.
If you discover any security related issues, please email luuk@MFreak.nl instead of using the issue tracker.
The GNU GENERAL PUBLIC LICENSE. Please see License File for more information.
Contributions are welcome and will be fully credited. We accept contributions via Pull Requests on Github.
- 2020111800 Tested in Moodle310 fix issues, update composer to use the latest dependencies.
- 2020050900 Default capability set to user, fix configuration difficulties.
- 2020050900 Using WEBRTC as default, remove flash from this project.
- 2018092600 Thanks for updating WEBRTC @eglescout
- 2019051400 Thanks for solving issue in image override @matasarei