Skip to content

Commit dd7a733

Browse files
authored
Merge pull request #137 from ls1intum/feat/update-links-in-artemis-config
`Development`: Update links in Artemis config
2 parents 0ac5310 + acc0485 commit dd7a733

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

roles/artemis/defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ push_notification_relay: "https://hermes.artemis.cit.tum.de"
118118
# If the password of some users is stored externally, you need to provide a name and the reset links. They will be displayed as a hint in the reset form of Artemis.
119119
# You need to at least provide the provider and the English reset link.
120120
artemis_external_password_provider: TUMonline
121-
artemis_external_password_reset_link_en: "https://campus.tum.de/tumonline/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/co_loc_password_reset.main?$ctx=design=ca2;header=max;lang=en"
122-
artemis_external_password_reset_link_de: "https://campus.tum.de/tumonline/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/co_loc_password_reset.main?$ctx=design=ca2;header=max;lang=de"
121+
artemis_external_password_reset_link_en: "https://campus.tum.de/tumonline/co_loc_password_reset.main#lang=en"
122+
artemis_external_password_reset_link_de: "https://campus.tum.de/tumonline/co_loc_password_reset.main#lang=de"
123123

124124
artemis_passkey_enabled: false
125125

roles/artemis/templates/application-prod.yml.j2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,6 @@ info:
323323
operatorName: {{ artemis_operator_name }}
324324
operatorAdminName: {{ artemis_operator_admin_name }}
325325
contact: {{ artemis_email }}
326-
imprint: https://ase.in.tum.de/lehrstuhl_1/component/content/article/179-imprint
327326
{% if is_testserver is defined and is_testserver is sameas true %}
328327
testServer: true
329328
{% endif %}

roles/artemis/templates/artemis.env.j2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ JHIPSTER_MAIL_FROM='{{artemis_notification_from}} <{{ artemis_email.split('@')[0
211211
INFO_OPERATORNAME='{{ artemis_operator_name }}'
212212
INFO_OPERATORADMINNAME='{{ artemis_operator_admin_name }}'
213213
INFO_CONTACT='{{ artemis_email }}'
214-
INFO_IMPRINT='https://ase.in.tum.de/lehrstuhl_1/component/content/article/179-imprint'
215214
{% if is_testserver is defined and is_testserver is sameas true %}
216215
INFO_TESTSERVER='true'
217216
{% endif %}

0 commit comments

Comments
 (0)