ericmerrill / Banner-Luminis-Message-Broker-for-Moodle

A plugin for Moodle to import Banner/Luminis Message Broker data
13 stars 8 forks source link

Safely deleting an enrollment #21

Closed mackensen closed 6 years ago

mackensen commented 6 years ago

Here's the scenario:

Is there a way to safely unenroll UserA from those courses? Their presence is confusing our faculty.

ericmerrill commented 6 years ago

I'm such a slacker - didn't see this until now...

Without a script or a DB edit, you wouldn't be able to do it easily. You could probably set the idnumber of the user to something that is known to be bogus, then send an unenrol XML message for that user.

mackensen commented 6 years ago

Okay, that makes sense. Thanks!