diff options
Diffstat (limited to 'id')
-rw-r--r-- | id/server/data/deploy/conf/moa-id-configuration/moa-id-configtool.properties | 2 | ||||
-rw-r--r-- | id/server/doc/handbook/config/config.html | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/id/server/data/deploy/conf/moa-id-configuration/moa-id-configtool.properties b/id/server/data/deploy/conf/moa-id-configuration/moa-id-configtool.properties index 2bb9cb005..05b5fbdef 100644 --- a/id/server/data/deploy/conf/moa-id-configuration/moa-id-configtool.properties +++ b/id/server/data/deploy/conf/moa-id-configuration/moa-id-configtool.properties @@ -2,6 +2,8 @@ general.login.deaktivate=false general.publicURLContext=https://localhost:8443/moa-id-configuration +general.defaultlanguage=de + ##Mail general.mail.host=smtp.localhost... #general.mail.host.port= diff --git a/id/server/doc/handbook/config/config.html b/id/server/doc/handbook/config/config.html index c704e85d1..ddbe1ac37 100644 --- a/id/server/doc/handbook/config/config.html +++ b/id/server/doc/handbook/config/config.html @@ -200,6 +200,12 @@ <td>Public URL Prefix unter dem die zu konfigurierende MOA-ID-Auth Instanz erreichbar ist</td> </tr> <tr> + <td>general.defaultlanguage</td> + <td>de, en</td> + <td><p>Hiermit kann die Sprache, welche für die Darstellung der Texte verwendet wird, festgelegt werden.</p> + <p><strong>Hinweis</strong>: Aktuell wird nur Deutsch (de) oder Englisch (en) unterstützt.</p></td> + </tr> + <tr> <td>general.userrequests.cleanup.delay</td> <td>18</td> <td>Innerhalb dieses Zeitraums muss ein neuer Benutzer die im Benutzerprofil hinterlegte eMail Adresse validieren. </td> |