June 2017
Beginner to intermediate
368 pages
8h 31m
English
In Moodle, there are two ways of prompting the authentication process:
Attempting to log in from the login page is the process with which you are probably familiar. Take a look at the overview in the developer documentation at https://docs.moodle.org/dev/Authentication_plugins#Overview_of_Moodle_authentication_process, and open /login/index.php in Eclipse. After checks to determine if an upgrade is required (or if we are part way through the upgrade process), there is a short fragment of code that loads the configured authentication plugins and for each one ...
Read now
Unlock full access