diff options
| author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-04-02 12:00:26 +0200 | 
|---|---|---|
| committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-04-02 12:00:26 +0200 | 
| commit | 07e74546f01f69545b77518e0e651b43a4e04e91 (patch) | |
| tree | 0cee6248c2363459a7188add52fba00a0839127c | |
| parent | 657bd247f385b480ab4550c4c1216c3c95157c4d (diff) | |
| download | moa-id-spss-07e74546f01f69545b77518e0e651b43a4e04e91.tar.gz moa-id-spss-07e74546f01f69545b77518e0e651b43a4e04e91.tar.bz2 moa-id-spss-07e74546f01f69545b77518e0e651b43a4e04e91.zip | |
Add language parameter to Configtool defaultconfig and handbook
| -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> | 
