-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
This API view should be public no session authentication is needed but should be from same-site (CSRF protected)
the payload is user email_address and course_id.
It should:
- Validate the email
- Check if the email_address is not already registered
- Check if the email address is not blocked
- Create an enrollment object with status unverified and if required a Learner object
- Should send an email to user with the verification link (If the course has an IMAP connection attached to it also an explanation in the email that instead of clicking on the link, they can send a OTP code to the email address of the connection defined for the course)
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Backlog