Autoenrol to particular course after create account

Autoenrol to particular course after create account

by Aditya Dubay -
Number of replies: 2

Hi,

I am using Moodle 2.5.5.

I with to know "How we auto enrol a user to a particular course only among all courses while he creates account in moodle website?"

I have so many courses and I upload users via csv to those courses but I need to enable "Email based authentication" for a particular course.

What I wish is,"Student who create his/her account just enrol to that particular course only."

For example I have 3 courses:

Course1

Course2

and

Course 3

For Course1 and Course2 I upload users via csv and they have access of Course1 and Course2 only.

For Course3 user can create account and once he/she create account he/she enrolled automatically to Course3 only.

 

Regards,

Aditya

Average of ratings: -
In reply to Aditya Dubay

Re: Autoenrol to particular course after create account

by Floyd Saner -

Aditya,

There are several settings you need to configure in Moodle to accomplish email-based account creation and course self-enrollment.

1. System settings to enable email-based account creation:  see documentation at http://docs.moodle.org/25/en/Email-based_self-registration 

2. System settings to enable self-enrollment:  see documentation at http://docs.moodle.org/25/en/Enrolment_plugins

3. Course settings for self-enrollment: see documentation at: http://docs.moodle.org/25/en/Self_enrolment

If everything is configured properly, I believe you can provide the course url as a link and new users can create an account and self-enroll in that course.  If not, it will be a two-step process 1) create an account, 2) self-enroll.  I'll have to test that to  be certain.

Floyd