Message provider
From MoodleDocs
Message provider | |
---|---|
Type | General plugins (Local) |
Set | N/A |
Downloads | http://moodle.org/plugins/view.php?plugin=local_messageprovider |
Issues | |
Discussion | |
Maintainer(s) | Itamar Tzadok |
The Message provider local plugin is set to send admin a notification on a new self-registration (auth_email) account. The plugin name is somewhat generic b/c it is meant to be extended to provide further customized messages that are not covered by core moodle.
Installation
Git clone
- Type the following command in the root of your Moodle install: git clone git://github.com/itamart/moodle-local_messageprovider.git local/messageprovider
- Add /local/messageprovider to your .git/info/exclude.
- Visit http://yoursite.com/admin to finish the installation.
Download
- Download zip from: https://github.com/itamart/moodle-local_messageprovider/zipball/master or http://moodle.org/plugins/pluginversions.php?plugin=local_messageprovider
- Unzip into the 'local' subfolder of your Moodle install.
- Rename the new folder to messageprovider.
- Visit http://yoursite.com/admin to finish the installation.