Skip to content

Commit

Permalink
https://github.com/OpenConext/OpenConext-myconext/issues/547
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Dec 5, 2024
1 parent 67f75e7 commit beb5f38
Show file tree
Hide file tree
Showing 3 changed files with 8 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_nudge_app_mail: true
feature_send_js_exceptions: true
feature_deny_disposable_email_providers: true
feature_create_eduid_institution_enabled: 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_nudge_app_mail: true
feature_send_js_exceptions: true
feature_deny_disposable_email_providers: true
feature_create_eduid_institution_enabled: true
Expand Down
6 changes: 6 additions & 0 deletions roles/myconext/templates/application.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ cron:
manage-fixed-rate-milliseconds: 300_000
# Runs on the first day of February, May, August, and November.
mail-institution-mail-usage-expression: "0 0 0 1 2,5,8,11 *"
# Every day at 6:30AM
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

manage:
username: myconext
Expand Down Expand Up @@ -107,6 +111,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 mail users who have not installed the eduID app
nudge_app_mail: {{ myconext.feature_nudge_app_mail }}

secure_cookie: true
idp_entity_id: https://login.{{ myconext_base_domain }}
Expand Down

0 comments on commit beb5f38

Please sign in to comment.