Signup

Enrolment ::: enrol_signup
Maintained by Antonio Duran
This enrolment plugin lets you enrol users in the desired courses when they sign up to Moodle.
Latest release:
262 sites
94 downloads
40 fans
Current versions available: 3

This enrolment plugin lets you automatically enrol users in the desired courses when they sign up to Moodle.

For example, you can set it to enrol all your new users to the "Moodle intro" course.

You just need to enable the plugin in the courses you want users to be auto-enroled when they register.

Screenshots

Screenshot #0

Contributors

Antonio Duran (Lead maintainer)
Please login to view contributors details and/or to contact them

Comments RSS

Show comments
  • Jaume Albaigès
    Thu, 15 Dec 2016, 3:28 AM
    Hello Antonio. Just installed the plugin in a 3.2 environtment and when trying to register a new user a HTTP ERROR 500 is thrown and the site goes blank. Do you know if the plugin is 3.2 compatible? Have you planned to update it? Thank you very much.
  • Antonio Duran
    Wed, 21 Dec 2016, 3:47 AM
    Hi Jaume.
    I just tested current version with latest Moodle 3.2 and it all worked fine.
    Can you try to get more info about Error 500 from your logs? Maybe that way we can find what's causing the problem for you.
  • R H
    Wed, 11 Jan 2017, 4:54 PM
    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
  • Antonio Duran
    Fri, 13 Jan 2017, 4:13 PM
    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.
  • R H
    Tue, 17 Jan 2017, 12:43 AM
    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
  • Antonio Duran
    Tue, 17 Jan 2017, 2:01 AM
    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
  • Rekha C
    Tue, 17 Jan 2017, 4:55 AM
    Hi Richard, please provide for 3.2.1 soon, there is no other auto enrol plugin for 3.2 yet.
  • David Mudrák
    Tue, 4 Dec 2018, 8:56 PM

    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!

  • jatin kumar
    Tue, 28 May 2019, 9:08 PM
    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.
  • Antonio Duran
    Mon, 1 July 2019, 3:59 PM
    Please use the forums at https://www.joomdle.com to seek support.
  • Sandra Maria
    Sun, 18 Aug 2019, 9:56 PM
    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
  • Israel Pelayo
    Fri, 14 Aug 2020, 12:09 PM
    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.
  • Antonio Duran
    Wed, 19 Aug 2020, 2:26 AM
    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.
  • aziz vefa
    Thu, 15 Dec 2022, 11:23 PM
    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.
  • Antonio Duran
    Wed, 28 Dec 2022, 5:05 PM
    Hi Aziz. There's no choosing to do: new studends will be enrolled to all the courses that have Signup enrol method enabled.
1 2 3
Please login to post comments