Add users: Difference between revisions

From MoodleDocs
mNo edit summary
Line 21: Line 21:
*[[MNet|Moodle Network authentication]] - how different Moodle sites can connect and authenticate users
*[[MNet|Moodle Network authentication]] - how different Moodle sites can connect and authenticate users
*[[NNTP authentication|NNTP server]] - account details are located on an external NNTP server
*[[NNTP authentication|NNTP server]] - account details are located on an external NNTP server
*[[No authentication]] - for testing purposes or if the Moodle site is not available on the Internet. Do NOT use on public servers!
*[[PAM (Pluggable Authentication Modules)]] - account details come from the operating system Moodle is running on, via PAM (can only be used Linux/Unix).
*[[PAM (Pluggable Authentication Modules)]] - account details come from the operating system Moodle is running on, via PAM (can only be used Linux/Unix).
*[[POP3 server]] - account details are located on an external POP3 server
*[[POP3 server]] - account details are located on an external POP3 server
Line 27: Line 26:
*[[Shibboleth]] - account details are located on an external Shibboleth server
*[[Shibboleth]] - account details are located on an external Shibboleth server
* Web services authentication
* Web services authentication
==Other==
*[[No authentication]] - for testing purposes or if the Moodle site is not available on the Internet. Do NOT use on public servers!

Revision as of 09:14, 16 October 2015

Users may be added to a Moodle site in a number of ways. When user accounts are created on a site, the process is called Authentication and when users join a course, the process is called Enrolment. Normally only the administrator is allowed to add users to a site. Course teachers are only able to add students to their course and do not have permission to add users to the site. (If you're a teacher looking for instructions on how to add students to your course, read Add students)

Users sign up to the site themselves

If you wish people to create their own accounts on your sitet, you must enable Email-based self-registration This features is disabled by default because of the possibility of spammers accessing your site.

Signing up for an account

The admin creates accounts manually

This process is called Manual authentication and is enabled by default on a site. You can lock certain fields, set password expiry dates and other configure other settings from Site administration > Plugins > Authentication >Manual accounts.

As an administrator, you can add users one at a time from Administration>Site Administration>Users>Accounts> Add a new user. See the documentation Add a new user for more details.

You can also upload users in batches with a CSV file from Administration>Site Administration>Users>Accounts> Upload users See the documentation Upload users for more details.

Adding users from other systems

It is possible for users to connect to Moodle via single sign on from other systems. The settings for these may be found in Site administration > Plugins >Authentication >Manage authentication and include:

Other

  • No authentication - for testing purposes or if the Moodle site is not available on the Internet. Do NOT use on public servers!