register users - even if it clearly bends the original purpose, we can use this function to attach users to groups, since already-existing users won't get re-created but will be attached to the group provided to mass-register
create a course
attach all users in that course
for that last action we currently need nbh-manage shell, and then to retrieve the group, retrieve the course, and bind them together; a management command would be most helpful
typical workflow is
for that last action we currently need
nbh-manage shell
, and then to retrieve the group, retrieve the course, and bind them together; a management command would be most helpful