Skip to content

Commit

Permalink
https://github.com/OpenConext/OpenConext-myconext/issues/545
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Dec 4, 2024
1 parent fa109b3 commit 67f75e7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions environments/template/group_vars/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ myconext:
feature_show_connections: false
feature_id_verify: true
feature_remote_creation_api: true
feature_mail_institution_mail_usage: 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 @@ -310,6 +310,7 @@ myconext:
feature_warning_educational_email_domain: false
feature_id_verify: true
feature_remote_creation_api: true
feature_mail_institution_mail_usage: true
feature_send_js_exceptions: true
feature_deny_disposable_email_providers: true
feature_create_eduid_institution_enabled: true
Expand Down
5 changes: 4 additions & 1 deletion roles/myconext/templates/application.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ cron:
token-cleaner-expression: "0 0/15 * * * *"
manage-initial-delay-milliseconds: 15000
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 *"

manage:
username: myconext
Expand Down Expand Up @@ -103,7 +105,8 @@ feature:
remote_creation_api: {{ myconext.feature_remote_creation_api }}
# Do we send error mails for reported errors by the JS UI
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 }}

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

0 comments on commit 67f75e7

Please sign in to comment.