wp2moodle-moodle
wp2moodle-moodle copied to clipboard
Moodle end of a Wordpress to Moodle Single Sign On auth plugin
Hi, I'm having an error authenticating a login between Wordpress and Moodle 3.5. ## Info - Wordpress 4.9.8 (DB MySQL) - Moodle 3.5 (DB MySQL) - Shared Host (hostgator) -...
Fixes #34 Migrate from config.html to settings.php
The admin settings need to migrated from `config.html` to `settings.php` in order to stay compatible with Moodle 3.3+. From the Moodle 3.3 release notes: *"Authentication plugins have been migrated to...
… inline with PHP7 conventions. Fixes #31
I got this message as a warning in moodle debugging mode: No need to fix the naming now, but ... :-) Deprecated: Methods with the same name as their class...
When you want to update a user based on their idnumber, i found that looking them up by their ID AND get_complete_user_data by ID (instead of by username) and then...