| 3 | |
| 4 | This is a Two-step process, |
| 5 | |
| 6 | **01- Authentication** |
| 7 | |
| 8 | i. mail-based self-registration |
| 9 | ii. add new users individually |
| 10 | iii. create bulk accounts via a CSV |
| 11 | |
| 12 | **02- Enrolment** |
| 13 | |
| 14 | i. Manual enrolment |
| 15 | ii. Self enrolment |
| 16 | |
| 17 | ** |
| 18 | ---- |
| 19 | **01 - Authentication** |
| 20 | |
| 21 | Everyone using your site is required to have an account. You may allow people to create their own account using email-based self-registration, or you may add new users individually,or you may create bulk accounts via a CSV file, or choose from several other authentication methods. |
| 22 | |
| 23 | |
| 24 | ** i. mail-based self-registration |
| 25 | |
| 26 | |
| 27 | To enable email-based self-registration in Moodle, follow these steps: |
| 28 | |
| 29 | ** i - Log in to Moodle:** |
| 30 | |
| 31 | Access Moodle with administrative privileges using your credentials. |
| 32 | |
| 33 | ** 02 - Access Site Administration:** |
| 34 | |
| 35 | Once logged in, navigate to the "Site administration" area. This is typically located in the top-right corner of the page. |
| 36 | |
| 37 | ** 03 - Enable Self-Registration:** |
| 38 | |
| 39 | - In the "Site administration" area, locate and click on the "Plugins" tab. |
| 40 | - Under "Plugins," click on "Authentication." |
| 41 | - Look for the "Self-registration" authentication plugin and click on it. |
| 42 | |
| 43 | Configure Self-Registration: |
| 44 | On the "Self-registration" plugin page, you'll see various settings related to self-registration. |
| 45 | Ensure that the "Enable email-based self-registration" option is checked or toggled on. |
| 46 | |
| 47 | ** 04 - Configure Email Settings:** |
| 48 | - Below the "Enable email-based self-registration" option, you'll find settings related to email verification. |
| 49 | - Configure the email settings as per your requirements, such as the email address from which verification emails will be sent, the email subject, and the email message content. |
| 50 | ** 05 - Save Changes:** |
| 51 | |
| 52 | - After configuring the self-registration and email settings, scroll down to the bottom of the page. |
| 53 | - Click on the "Save changes" button to save your settings. |
| 54 | |
| 55 | |
| 56 | |
| 57 | |
| 58 | |
| 59 | ii. add new users individually |
| 60 | iii. create bulk accounts via a CSV |
| 61 | |
| 62 | |