File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff 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.
120120artemis_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
124124artemis_passkey_enabled : false
125125
Original file line number Diff line number Diff 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 %}
Original file line number Diff line number Diff line change @@ -211,7 +211,6 @@ JHIPSTER_MAIL_FROM='{{artemis_notification_from}} <{{ artemis_email.split('@')[0
211211INFO_OPERATORNAME='{{ artemis_operator_name }}'
212212INFO_OPERATORADMINNAME='{{ artemis_operator_admin_name }}'
213213INFO_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 %}
216215INFO_TESTSERVER='true'
217216{% endif %}
You can’t perform that action at this time.
0 commit comments