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.
 
 
Flotter Totte 0509506d24 Update version.php 9 years ago
db Store user comment for enrolment application in database to display it in the apply table. 9 years ago
lang Add waiting list feature. 9 years ago
README.md Update README.md 11 years ago
apply.php Store user comment for enrolment application in database to display it in the apply table. 9 years ago
composer.json adding composer.json 9 years ago
edit.php Merge pull request #50 from sudile/dev-fixdefaults 9 years ago
edit_form.php Add teacher notification setting (sendmailtoteacher) per instance. 9 years ago
enroluser.php Fixing deprecated functions 10 years ago
lib.php Merge pull request #50 from sudile/dev-fixdefaults 9 years ago
locallib.php Fix: Use correct instance name. 9 years ago
manage.php Merge remote-tracking branch 'upstream/master' into apply-v.1.3 10 years ago
selectlib.php Latest version before (really) using github 11 years ago
settings.php Add waiting list feature. 9 years ago
unenrolself.php Fixing deprecated functions 10 years ago
unenroluser.php Fix: use of capabilities from other enrolment plugins (manual, self) instead of enrol_apply capabilities. 9 years ago
version.php Update version.php 9 years ago

README.md

Description

The enrolment plugin "enrol on approval" add an approval step into the course enrolment process. Users will be informed by mail as soon as their course application has been approved/rejected.

Installation

Install from moodle.org

Install with git

  • use a command line interface of your choice on the destination system (server with moodle installation)
  • switch to the moodle enrol folder: cd /path/to/moodle/enrol/
  • git clone https://github.com/emeneo/apply.git
  • navigate on your moodle page to admin --> notifivations and follow the instructions

Install from zip