My Profile Picture is a Moodle block that interfaces with a web service to import profile pictures from the Blackboard eCommerce Server.
- PHP webservice based
- Imports photos via cron
- Automated
- Users can reprocess their photos from the official pool
- Stops users from uploading their own pictures
Visit My Profile Picture's Github page to either download a package or clone the git repository.
The My Profile Picture block should be installed like any other block. See the Moodle Docs page on block installation.
The My Profile Picture block makes use of an external webservice for profile
picture replacements. Be sure that the url is a valid url, and can be accessed
from your application server via http request. The application hashes the
idnumber with the current time via sha1 hash ($time . $idnumber)
. This value
is injected into the setting as a standard sprintf
formatted string.
Contributions of any form are welcome. Github pull requests are preferred.
File any bugs, improvements, or feature requiests in our issue tracker.
My Profile Picture adopts the same license that Moodle does.