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

Authentication FAQ: Difference between revisions

From MoodleDocs
(→‎See also: discussion link)
(How can I create an authentication plugin?)
Line 1: Line 1:
==What is an authentication plugin?==
{{stub}}==What is an authentication plugin?==


An authentication plugin is a method of handling user authentication i.e. enabling certain people to login to your Moodle site.
An authentication plugin is a method of handling user authentication i.e. enabling certain people to login to your Moodle site.
Line 15: Line 15:
# Select "No login" as the authentication method. (If the setting isn't shown, click the "Show advanced" button to reveal it.)
# Select "No login" as the authentication method. (If the setting isn't shown, click the "Show advanced" button to reveal it.)
# Click the "Update profile" button at the bottom of the page.
# Click the "Update profile" button at the bottom of the page.
==How can I create an authentication plugin?==
See [[Development:Authentication plugins]].


==See also==
==See also==


* Using Moodle [http://moodle.org/mod/forum/view.php?id=42 User authentication forum]
* Using Moodle [http://moodle.org/mod/forum/view.php?id=42 User authentication forum]
Using Moodle forum discussions:
*[http://moodle.org/mod/forum/discuss.php?d=102070 Overview of entire authentication code flow]
{{stub}}


[[Category:Authentication]]
[[Category:Authentication]]
[[Category:FAQ]]
[[Category:FAQ]]

Revision as of 14:18, 5 August 2008

What is an authentication plugin?

An authentication plugin is a method of handling user authentication i.e. enabling certain people to login to your Moodle site.

How do I set up LDAP authentication?

See LDAP authentication for full instructions.

How is the "No login" authentication plugin used?

The No login authentication plugin can be used to suspend particular user accounts. To do so:

  1. Access the user's profile page.
  2. Click the edit profile tab.
  3. Select "No login" as the authentication method. (If the setting isn't shown, click the "Show advanced" button to reveal it.)
  4. Click the "Update profile" button at the bottom of the page.

How can I create an authentication plugin?

See Development:Authentication plugins.

See also