Skip to content

Commit

Permalink
https://github.com/OpenConext/OpenConext-myconext/issues/606
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Dec 11, 2024
1 parent ddf04a3 commit 5f77f8e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions environments/template/group_vars/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ myconext:
feature_id_verify: true
feature_remote_creation_api: true
feature_mail_institution_mail_usage: true
feature_mail_inactivity_mails: true
feature_nudge_app_mail: true
feature_send_js_exceptions: true
feature_deny_disposable_email_providers: true
Expand Down
1 change: 1 addition & 0 deletions environments/vm/group_vars/vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ myconext:
feature_id_verify: true
feature_remote_creation_api: true
feature_mail_institution_mail_usage: true
feature_mail_inactivity_mails: true
feature_nudge_app_mail: true
feature_send_js_exceptions: true
feature_deny_disposable_email_providers: true
Expand Down
4 changes: 4 additions & 0 deletions roles/myconext/templates/application.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ cron:
nudge-app-mail-expression: "0 30 6 * * ?"
# Number of days after creation of the eduID account which the nudge mail is send
nudge-app-mail-days-after-creation: 14
# Every day at 7:30AM
inactivity-users-expression: "0 30 7 * * ?"

manage:
username: myconext
Expand Down Expand Up @@ -111,6 +113,8 @@ feature:
send_js_exceptions: {{ myconext.feature_send_js_exceptions }}
# Do we periodically mail users who have used their institution account
mail_institution_mail_usage: {{ myconext.feature_mail_institution_mail_usage }}
# Do we periodically mail users who are inactive and might have their account deleted
mail_inactivity_mails: {{ myconext.feature_mail_inactivity_mails }}
# Do we mail users who have not installed the eduID app
nudge_app_mail: {{ myconext.feature_nudge_app_mail }}

Expand Down

0 comments on commit 5f77f8e

Please sign in to comment.