Skip to content

Commit 19c838d

Browse files
committed
add external login link success notification type
1 parent f3965f7 commit 19c838d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

notifications.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# This file contains the configuration for our notification system using the NotificationType object, this is intended to
2-
# exist as a simple declarative list of NotificationTypes and their attributes. Every notification sent by OSF should be
3-
# represented here for bussiness logic dnd metrics reasons.
2+
# exist as a simple declarative list of NotificationTypes and their attributes.
43

54
# Workflow:
65
# 1. Add a new notification template
@@ -39,12 +38,17 @@ notification_types:
3938
object_content_type_model_name: osfuser
4039
template: 'website/templates/emails/contributor_added_access_request.html.mako'
4140
notification_freq_default: instantly
41+
- name: user_external_login_link_success
42+
__docs__: ...
43+
object_content_type_model_name: osfuser
44+
template: 'website/templates/emails/external_confirm_success.html.mako'
45+
notification_freq_default: instantly
4246
- name: forgot_password
4347
__docs__: ...
4448
object_content_type_model_name: osfuser
4549
template: 'website/templates/emails/forgot_password.html.mako'
4650
notification_freq_default: instantly
47-
- name: welcome_osf4i
51+
- name: user_welcome_osf4i
4852
__docs__: ...
4953
object_content_type_model_name: osfuser
5054
template: 'website/templates/emails/welcome_osf4i.html.mako'

0 commit comments

Comments
 (0)