Signup

Maintained by Antonio Durán Terrés
This enrolment plugin lets you enrol users in the desired courses when they sign up to Moodle.
Price option: Free

Supports Moodle 2.0-5.2 See all versions
Latest release: 1 month ago
Installations: 185
Downloads (last 90 days): 113

Frankenstyle name: enrol_signup
Enrolment

Comments

Product ratings and reviews are coming to Moodle Marketplace. Until then, existing comments remain available to read, but new posts have been disabled.

Sorry Robyn, I missed your comment. I have now tested and the plugin seems to be working fine with Moodle 5.0. I have updated the package details to reflect this.
Hi, will you be upgrading to Moodle 5.0? Thank you
Hi Aziz. There's no choosing to do: new studends will be enrolled to all the courses that have Signup enrol method enabled.
Hi. How can we choose the course the student enrolls? I mean if we have 2 courses and set the plugin for both, how will we manage the enrolment process for each student? If we want to let Student A to enroll Course A and Student B to enroll Course A and B., what will happen? Thank you.
Hi Israel.
I just tested and the plugin works fine in 3.9.
This plugin does not have start and end date paremters, so I am not sure what you are doing.
Hello Antonio Duran. Thank you very much for this add-on, it has helped me a lot. Do you have any updates planned to support Moodle 3.8 and 3.9? I've tried setting the start date and end date, but these features don't work for me in Moodle 3.8. I don't know if I am making a mistake in the configuration or if there is a bug in compatibility. Thank you very much for your support.
Hello,
I used the Signup plugin on moodle version 2.8.
I upgraded to moodle version 3.6 and a load of new CSV users in a course. I noticed that these users were enrolled in all old courses that I had signup enabled.
Is there a way to reverse this problem?
Thank you
Sandra
Please use the forums at https://www.joomdle.com to seek support.
i activate this plugin
but still not showing enrol users in the desired courses when they sign up to Moodle.
can you give me the steps with screenshot.
i there any plugin which can give me functionality to enroll user on signup page.

Hi Antonio. Are you able to further maintain this plugin? We use a fork of it on some Moodle community sites and we are interested in maintaining it. Please let me know if you would be ok with eventually putting this plugin up for adoption - https://docs.moodle.org/dev/Plugins_adoption_programme

Thanks in advance!

Hi Richard, please provide for 3.2.1 soon, there is no other auto enrol plugin for 3.2 yet.
Hi Richard.
Thanks for the feedback. I will release a new version with the fix included soon.
I am sorry, but I do not yet have a git repo for the plugin. It's on my TODO list, though, so hopefully I will have it in the future.
Antonio
Hi Antonio,
Thanks
Adding in the require once underneath the global declaration of $CFG within the enrol_signup_handler class works.
Do you have a git repo for this plugin?
Richard
Hi Richard.
I cannot replicate the problem in current Moodle 3.2.1+. Are you using the latest plugin version?
You could try addding:
require_once("$CFG->dirroot/enrol/locallib.php");
At the start of file:
moodle/enrol/signup/locallib.php
As the error is that it cannot find the class that is defined in that file.
Hi Antonio, I have found an issue with the plugin in Moodle 3.2. When the plugin is installed and trying to add a new user to the Moodle instance, the plugin errors with Exception - Class 'course_enrolment_manager' not found. Thanks Richard