lsuits / lsu-block_my_picture

A Moodle block that imports profile picture from a web service
1 stars 2 forks source link

My Profile Picture

My Profile Picture is a Moodle block that interfaces with a web service to import profile pictures from the Blackboard eCommerce Server.

Features

Download

Visit My Profile Picture's Github page to either download a package or clone the git repository.

Installation

The My Profile Picture block should be installed like any other block. See the Moodle Docs page on block installation.

Configuration

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

Contributions of any form are welcome. Github pull requests are preferred.

File any bugs, improvements, or feature requiests in our issue tracker.

License

My Profile Picture adopts the same license that Moodle does.