File tree 3 files changed +6
-0
lines changed
3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -420,6 +420,7 @@ myconext:
420
420
feature_id_verify : true
421
421
feature_remote_creation_api : true
422
422
feature_mail_institution_mail_usage : true
423
+ feature_mail_inactivity_mails : true
423
424
feature_nudge_app_mail : true
424
425
feature_send_js_exceptions : true
425
426
feature_deny_disposable_email_providers : true
Original file line number Diff line number Diff line change @@ -311,6 +311,7 @@ myconext:
311
311
feature_id_verify : true
312
312
feature_remote_creation_api : true
313
313
feature_mail_institution_mail_usage : true
314
+ feature_mail_inactivity_mails : true
314
315
feature_nudge_app_mail : true
315
316
feature_send_js_exceptions : true
316
317
feature_deny_disposable_email_providers : true
Original file line number Diff line number Diff line change 61
61
nudge-app-mail-expression: "0 30 6 * * ?"
62
62
# Number of days after creation of the eduID account which the nudge mail is send
63
63
nudge-app-mail-days-after-creation: 14
64
+ # Every day at 7:30AM
65
+ inactivity-users-expression: "0 30 7 * * ?"
64
66
65
67
manage:
66
68
username: myconext
@@ -111,6 +113,8 @@ feature:
111
113
send_js_exceptions: {{ myconext.feature_send_js_exceptions }}
112
114
# Do we periodically mail users who have used their institution account
113
115
mail_institution_mail_usage: {{ myconext.feature_mail_institution_mail_usage }}
116
+ # Do we periodically mail users who are inactive and might have their account deleted
117
+ mail_inactivity_mails: {{ myconext.feature_mail_inactivity_mails }}
114
118
# Do we mail users who have not installed the eduID app
115
119
nudge_app_mail: {{ myconext.feature_nudge_app_mail }}
116
120
You can’t perform that action at this time.
0 commit comments