Files
edx-platform/lms
Taranjeet Singh 3eb9058dd2 Adds optional "unsubscribe" link and api support to let users opt out of email updates.
Scheduled emails show "unsubscribe" link if waffle switch `schedules.course_update_show_unsubscribe` is enabled, and
settings.ACE_ENABLED_POLICIES respects `bulk_email_optout`.

API endpoint allows GET/POST requests, which:

* GET asks for confirmation of opt-out
* POST accepts "unsubscribe" or "cancel", where "unsubscribe" creates the
  Optout entry, and "cancel" does nothing.
2019-02-07 11:47:10 +10:30
..
2019-02-05 23:37:14 +03:30
2018-06-06 10:34:56 -04:00

LMS (Learning Management System)
--------------------------------

This directory contains code relating to the student portal for edX.