Add endpoints to set user notification preference
Two endpoints are intended to be used by AJAX calls from the web UI with an authenticated user. When enabled, the value of the preference is an encryption of the username, to be used as a token for one-click unsubscribe links. The third endpoint is the target of unsubscribe links, which displays a page with an appropriate message to the user.
Showing
lms/djangoapps/notification_prefs/tests.py
0 → 100644
lms/djangoapps/notification_prefs/views.py
0 → 100644
lms/static/sass/shared/_unsubscribe.scss
0 → 100644
lms/templates/unsubscribe.html
0 → 100644
Please
register
or
sign in
to comment