frumbert / wp2moodle-moodle

Moodle end of a Wordpress to Moodle Single Sign On auth plugin
28 stars 29 forks source link

Update login.php - 'Matched user by existing idnumber" #9

Open dimamarkus opened 10 years ago

dimamarkus commented 10 years ago

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 updating their username works, rather than looking them up by ID but then getting their complete data by username.