Note: You are currently viewing documentation for Moodle 2.9. Up-to-date documentation for the latest stable version of Moodle may be available here: Authentication.

Authentication: Difference between revisions

From MoodleDocs
(content moved to Managing authentication)
(Added *Uniquelogin authentication to limit users to one simultaeous session)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Managing a Moodle site}}
{{Managing a Moodle site}}
Authentication is the process of allowing a user to login to a Moodle site based on their username and password.
Authentication is the process of allowing a user to log in to a Moodle site with a username and password.


==Authentication plugins==
==Authentication plugins==
Line 16: Line 16:
*[[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 only
*[[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 22: Line 22:
*[[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
*[[Uniquelogin authentication]] to limit users to one simultaeous session


==See also==
==See also==
Line 33: Line 34:
[[de:Authentifizierung]]
[[de:Authentifizierung]]
[[ja:認証]]
[[ja:認証]]
[[es:Autenticación]]

Latest revision as of 17:55, 16 April 2016

Authentication is the process of allowing a user to log in to a Moodle site with a username and password.

Authentication plugins

Moodle provides a number of ways of managing authentication, called authentication plugins.

See also