June 2017
Beginner to intermediate
368 pages
8h 31m
English
Our new Moodle authentication plugin will determine if a new user account needs to be created and, if so, will obtain the relevant user data from WordPress. It will update an existing account if required. This is all to ensure a user can access the necessary courses.
Before we begin, download the finished plugin from https://github.com/iandavidwild/moodle-auth_wordpress and install it in your local development Moodle instance.
The development of a new authentication plugin is described in the developer documentation at https://docs.moodle.org/dev/Authentication_plugins. As described there, let us start with copying the none plugin (the "no login" authentication method) and using this as a template for our ...
Read now
Unlock full access