https://github.com/catalyst/totara-enrol_auto
Auto enrol plugin for Totara
https://github.com/catalyst/totara-enrol_auto
auto-enrolment enrolment totara totara-plugin
Last synced: about 1 year ago
JSON representation
Auto enrol plugin for Totara
- Host: GitHub
- URL: https://github.com/catalyst/totara-enrol_auto
- Owner: catalyst
- Created: 2014-06-15T23:56:55.000Z (about 12 years ago)
- Default Branch: TOTARA_19
- Last Pushed: 2025-02-18T22:05:45.000Z (over 1 year ago)
- Last Synced: 2025-04-05T00:51:10.765Z (about 1 year ago)
- Topics: auto-enrolment, enrolment, totara, totara-plugin
- Language: PHP
- Homepage:
- Size: 52.7 KB
- Stars: 16
- Watchers: 34
- Forks: 20
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Auto enrolment plugin for TotaraLMS
=====================================================
Note: If you have come here looking for a plugin for Moodle - we reccommend the alternative plugin:
https://moodle.org/plugins/enrol_autoenrol
Ever wanted to simplify the enrolment process for some of your courses by just auto enrolling users, based on actions they take within the system? This plugin helps you out with this, as you're able to configure which user actions should trigger a course enrolment for a user :)
Auto enrolment can be configured for the following scenarios:
* Auto enrolment upon course view
* Auto enrolment on login (new in 2.8)
* Auto enrolment upon activity/activities view
The plugin also allows you to configure a welcome message to be sent to the user upon enrolment.
You can now control self-enrolment using capabilities, so that you can allow auto enrolment
for a specific group of users within a course category. By default the 'enrol/auto:enrolself' capability
is given to all users, however you can remove this from the authenticated user role, and just give it to
certain roles assigned at the course category level.
Supported Branches
--------
| Totara verion | Branch |
| ----------------- | ----------- |
| Totara 13 and higher | TOTARA_13 |
| Totara 19 and higher | TOTARA_19 |