-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding external participants to a course does not work #1010
Comments
I'm not able to reproduce this. @joschahenningsen do you know whether you could repro this at the time of self assigning this or not? |
Anyways, I'll fix the bug that "show invitation" doesn't actually show anything. |
I cannot recall, I remember having implemented a new email queuing table Line 18 in f4bf941
|
You already changed the respective functions so external participants are invited via the email queuing table in June of 2023. |
Describe the bug
As a course admin, I see an option to add external participants to the course on the admin page by entering a name and an email address.
The input placeholder text indicates that it is possible to add external mail addresses here, and that they should receive an invitation mail.
When I test this with one of my private email addresses, I don't receive an email and there's no indication that anything happened.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expected an invitation mail to arrive at the email account I tested this with, and maybe some kind of data to appear in the 'invitations' section.
Desktop
Additional context
I checked the networking tab using the browser inspection view.
This seems to POST form data to
/api/course/{cousrseId}/createUserForCourse
and always returns 200 OK.The text was updated successfully, but these errors were encountered: