Authentication FAQ: Różnice pomiędzy wersjami

Z MoodleDocs
Skocz do:nawigacja, szukaj
See also: discussion link
How can I create an authentication plugin?
Linia 1: Linia 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.
Linia 15: Linia 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]]

Wersja z 14:18, 5 sie 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