You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin exposes the following Tutor configuration keys:
27
+
The plugin exposes the following Tutor configuration keys:
24
28
- ``NOTIFICATIONS_DEFAULT_FROM_EMAIL``
25
29
- Default: inherits from the platform `CONTACT_EMAIL`.
26
30
- Purpose: sets the default "from" address used when sending notification emails.
@@ -32,10 +36,13 @@ The plugin exposes the following Tutor configuration keys :
32
36
After changing configuration,restart environment so the new environment variable and settings are picked up by the LMS and MFE images.
33
37
If you rely on a specific "from" email for outgoing notifications, explicitly set ``NOTIFICATIONS_DEFAULT_FROM_EMAIL`` rather than relying on the platform-wide ``CONTACT_EMAIL``.
34
38
39
+
Visibility of email notification preferences in the Notifications section on the Account Settings
40
+
page is governed by the `NOTIFICATIONS_ENABLE_SHOW_EMAIL_CHANNEL` setting. It is TRUE by default.
41
+
42
+
Visibility of mobile push notification preferences in the Notifications section on the Account Settings
43
+
page is governed by the `NOTIFICATIONS_ENABLE_SHOW_PUSH_CHANNEL`. It is FALSE by default because we do
44
+
NOT have support for mobile push notifications at the moment.
35
45
36
-
The email and push notification settings under Account can be enabled/disabled using `NOTIFICATIONS_ENABLE_SHOW_EMAIL_CHANNEL`
37
-
and `NOTIFICATIONS_ENABLE_SHOW_PUSH_CHANNEL`. `NOTIFICATIONS_ENABLE_SHOW_EMAIL_CHANNEL` is set to True while `NOTIFICATIONS_ENABLE_SHOW_PUSH_CHANNEL`
0 commit comments