Skip to content

Commit aaf4cb0

Browse files
authored
Merge pull request #99 from noi-techpark/main
custom messages
2 parents 95fab32 + 20fb590 commit aaf4cb0

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
KEYCLOAK_ADMIN: admin
2222
KEYCLOAK_ADMIN_PASSWORD: password
2323
volumes:
24-
- ./themes/sankt-virtual:/opt/keycloak/themes/sankt-virtual
24+
# - ./themes/sankt-virtual:/opt/keycloak/themes/sankt-virtual
2525
- ./themes/noiV2:/opt/keycloak/themes/noiV2
2626
- ./themes/noi-community:/opt/keycloak/themes/noi-community
2727
- ./native-s3-ping/target/native-s3-ping-jar-with-dependencies.jar:/opt/keycloak/providers/native-s3-ping-jar-with-dependencies.jar
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# to overwrite defualt labels or create new ones
2+
# default values https://github.com/keycloak/keycloak/blob/main/themes/src/main/resources/theme/base/login/messages/messages_en.properties
3+
identity-provider-login-label=oder login mit
4+
odhTermsText=Ich bestätige, die <a href="https://cloud.opendatahub.com/index.php/s/pKmBYKAxB5TGpn4" target="_blank" rel="noopener noreferrer">Terms of Use and Data Access Conditions</a> for Individual Users des Open Data Hub gelesen zu haben und ihnen zuzustimmen. Außerdem stimme ich ausdrücklich den Klauseln Nr. 3, 4, 7 und 8 gemäß Art. 1341 und 1342 italienisches Zivilgesetzbuch zu
5+
odhTermsRequired=Bitte Nutzungsbedingungen und Datenzugriffsbedingungen akzeptieren.
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# to overwrite defualt labels or create new ones
22
# default values https://github.com/keycloak/keycloak/blob/main/themes/src/main/resources/theme/base/login/messages/messages_en.properties
3-
identity-provider-login-label=Or sign in with
3+
identity-provider-login-label=Or sign in with
4+
termsText=I confirm that I have read and agree to the Open Data Hub <a href="https://cloud.opendatahub.com/index.php/s/dpixf3j4Pp4NbMq" target="_blank" rel="noopener noreferrer">Terms of Use and Data Access Conditions</a> for Individual Users and expressly approve clauses 3, 4, 7 and 8 pursuant to Articles 1341 and 1342 of the Italian Civil Code
5+
#termsText2=I expressly approve, pursuant to Articles 1341 and 1342 of the Italian Civil Code, clauses no. 3, 4, 7 and 8 of the <a href="https://cloud.opendatahub.com/index.php/s/dpixf3j4Pp4NbMq" target="_blank" rel="noopener noreferrer">Terms of Use and Data Access Conditions for Individual Users</a>.
6+
acceptTerms=I accept the Terms of Use and Data Access Conditions.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# to overwrite defualt labels or create new ones
2+
# default values https://github.com/keycloak/keycloak/blob/main/themes/src/main/resources/theme/base/login/messages/messages_en.properties
3+
identity-provider-login-label=oppure usa
4+
odhTermsText=Dichiaro di aver letto e di accettare le <a href="https://cloud.opendatahub.com/index.php/s/KmoKgnxWz6GN5YF" target="_blank" rel="noopener noreferrer">Terms of Use and Data Access Conditions for Individual Users</a>. for Individual Users di Open Data Hub, approvando altresì espressamente, ai sensi degli artt. 1341 e 1342 c.c., le clausole n. 3, 4, 7 e 8 delle stesse.
5+
odhTermsRequired=Accettare i Termini di utilizzo e le Condizioni di accesso ai dati.

0 commit comments

Comments
 (0)