Moodle Plugins directory: Access code enrolment: Versions: 1.1 | Moodle.org
Access code enrolment
Enrolment ::: enrol_accesscodes
Maintained by
Andy McGill
The Access codes enrolment method allows you to generate multiple single use access codes that can be configured to work for a single course, multiple courses, or all courses.
Access code enrolment 1.1
Moodle 4.3, 4.4, 4.5, 5.0
Released: Samstag, 23. August 2025, 23:50
Code prechecks
overview
phplint
phpcs
js
css
phpdoc7 | 0
savepoint
thirdparty
grunt
shifter
mustache2 | 0
gherkin1 | 0
HTML | XMLThis file is part of Moodle - https://moodle.org/
Moodle is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Moodle is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Moodle. If not, see .
Accesscodes enrolment method
============================
The Access codes enrolment method allows you to generate multiple single use access codes
that can be configured to work for a single course, multiple courses, or all courses.
Access codes can be set to expire so that they must be used within a certain timeframe, and
can be set to grant an enrolment for a specified duration.
Moodle is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Moodle is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Moodle. If not, see .
Accesscodes enrolment method
============================
The Access codes enrolment method allows you to generate multiple single use access codes
that can be configured to work for a single course, multiple courses, or all courses.
Access codes can be set to expire so that they must be used within a certain timeframe, and
can be set to grant an enrolment for a specified duration.
Version information
- Version build number
- 2025082300
- Version release name
- 1.1
- Can be updated to
- 1.2 (2025082501)
- Maturity
- Stable Version
- MD5 Sum
- f818f52c151a7bc8ff7587ad60559ae5
- Supported software
- Moodle 4.3, Moodle 4.4, Moodle 4.5, Moodle 5.0
- The more recent release 1.2 (2025082501) exists for Moodle 4.3
- The more recent release 1.2 (2025082501) exists for Moodle 4.4
- The more recent release 1.2 (2025082501) exists for Moodle 4.5
- The more recent release 1.2 (2025082501) exists for Moodle 5.0
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
Default installation instructions for plugins of the type Enrolment
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder (eg "myenrol") in the "enrol" subdirectory.
- Visit http://yoursite.com/admin to finish the installation