File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# 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.
4
3
5
4
# Workflow:
6
5
# 1. Add a new notification template
@@ -39,12 +38,17 @@ notification_types:
39
38
object_content_type_model_name : osfuser
40
39
template : ' website/templates/emails/contributor_added_access_request.html.mako'
41
40
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
42
46
- name : forgot_password
43
47
__docs__ : ...
44
48
object_content_type_model_name : osfuser
45
49
template : ' website/templates/emails/forgot_password.html.mako'
46
50
notification_freq_default : instantly
47
- - name : welcome_osf4i
51
+ - name : user_welcome_osf4i
48
52
__docs__ : ...
49
53
object_content_type_model_name : osfuser
50
54
template : ' website/templates/emails/welcome_osf4i.html.mako'
You can’t perform that action at this time.
0 commit comments