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.
 
 
Johannes Burk 9cc84ccc5d readme renamed to use markup 11 years ago
db Latest version before (really) using github 11 years ago
lang langfile adjusted: new strings added (english only), unused removed 11 years ago
.gitignore removed all devloper individual stuff from gitignore (nothing remaining), deleted .gitattributes couse of also just individual stuff in there 11 years ago
README.md readme renamed to use markup 11 years ago
apply.php Latest version before (really) using github 11 years ago
class.phpmailer.php Latest version before (really) using github 11 years ago
class.smtp.php Latest version before (really) using github 11 years ago
edit.php Merge branch 'dev-cleanup' into develop (pull request #4) 11 years ago
edit_form.php added default enrol and role option 11 years ago
enrol.php Latest version before (really) using github 11 years ago
enroluser.php Latest version before (really) using github 11 years ago
lib.php Merge pull request #5 from emeneo/dev-contentchanges 11 years ago
locallib.php Latest version before (really) using github 11 years ago
manage.php Latest version before (really) using github 11 years ago
selectlib.php Latest version before (really) using github 11 years ago
settings.php Merge pull request #5 from emeneo/dev-contentchanges 11 years ago
unenroluser.php Latest version before (really) using github 11 years ago
version.php Update version.php 11 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.

Moodle Forum: https://moodle.org/mod/forum/discuss.php?d=189334 Moodle Plugins Directory: https://moodle.org/plugins/view.php?plugin=enrol_apply

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