Skip to content

Commit 5f77f8e

Browse files
committed
https://github.com/OpenConext/OpenConext-myconext/issues/606
1 parent ddf04a3 commit 5f77f8e

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

environments/template/group_vars/template.yml

+1
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,7 @@ myconext:
420420
feature_id_verify: true
421421
feature_remote_creation_api: true
422422
feature_mail_institution_mail_usage: true
423+
feature_mail_inactivity_mails: true
423424
feature_nudge_app_mail: true
424425
feature_send_js_exceptions: true
425426
feature_deny_disposable_email_providers: true

environments/vm/group_vars/vm.yml

+1
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ myconext:
311311
feature_id_verify: true
312312
feature_remote_creation_api: true
313313
feature_mail_institution_mail_usage: true
314+
feature_mail_inactivity_mails: true
314315
feature_nudge_app_mail: true
315316
feature_send_js_exceptions: true
316317
feature_deny_disposable_email_providers: true

roles/myconext/templates/application.yml.j2

+4
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ cron:
6161
nudge-app-mail-expression: "0 30 6 * * ?"
6262
# Number of days after creation of the eduID account which the nudge mail is send
6363
nudge-app-mail-days-after-creation: 14
64+
# Every day at 7:30AM
65+
inactivity-users-expression: "0 30 7 * * ?"
6466

6567
manage:
6668
username: myconext
@@ -111,6 +113,8 @@ feature:
111113
send_js_exceptions: {{ myconext.feature_send_js_exceptions }}
112114
# Do we periodically mail users who have used their institution account
113115
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 }}
114118
# Do we mail users who have not installed the eduID app
115119
nudge_app_mail: {{ myconext.feature_nudge_app_mail }}
116120

0 commit comments

Comments
 (0)