base URL
This commit is contained in:
parent
4f04dcb48e
commit
68e3b3f076
|
@ -4,6 +4,7 @@ March 2019
|
||||||
- PHP 7.3 support
|
- PHP 7.3 support
|
||||||
- LAM Pro:
|
- LAM Pro:
|
||||||
-> New self service fields: Mail routing (Local address) and Windows (Proxy-Addresses)
|
-> New self service fields: Mail routing (Local address) and Windows (Proxy-Addresses)
|
||||||
|
-> Base URL for emails in self service can be configured in self service profile
|
||||||
-> Bind DLZ: support DNAME+XFR records and descriptions in records (requires latest LDAP schema)
|
-> Bind DLZ: support DNAME+XFR records and descriptions in records (requires latest LDAP schema)
|
||||||
-> Cron jobs: added Shadow account expiration notification jobs
|
-> Cron jobs: added Shadow account expiration notification jobs
|
||||||
-> New self service fields: Shadow account expiration date, mail routing address, Windows mail alias, Unix + group of names memberships
|
-> New self service fields: Shadow account expiration date, mail routing address, Windows mail alias, Unix + group of names memberships
|
||||||
|
|
|
@ -574,6 +574,14 @@
|
||||||
version. Unless explicitly noticed there is no need to install an
|
version. Unless explicitly noticed there is no need to install an
|
||||||
intermediate release.</para>
|
intermediate release.</para>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<title>6.6 -> 6.7</title>
|
||||||
|
|
||||||
|
<para>Self service: please verify the self service base URL in your
|
||||||
|
self service profiles in case you have password self reset / user self
|
||||||
|
registration enabled.</para>
|
||||||
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<title>6.5 -> 6.6</title>
|
<title>6.5 -> 6.6</title>
|
||||||
|
|
||||||
|
|
|
@ -204,6 +204,34 @@
|
||||||
url="http://httpd.apache.org/docs/2.2/howto/auth.html">link</ulink>.</entry>
|
url="http://httpd.apache.org/docs/2.2/howto/auth.html">link</ulink>.</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
<row>
|
||||||
|
<entry>Default language</entry>
|
||||||
|
|
||||||
|
<entry>This language is preselected on login.</entry>
|
||||||
|
</row>
|
||||||
|
|
||||||
|
<row>
|
||||||
|
<entry>Enforce language</entry>
|
||||||
|
|
||||||
|
<entry>Disables language selection and uses default
|
||||||
|
language.</entry>
|
||||||
|
</row>
|
||||||
|
|
||||||
|
<row>
|
||||||
|
<entry>Time zone</entry>
|
||||||
|
|
||||||
|
<entry>Please provide your time zone.</entry>
|
||||||
|
</row>
|
||||||
|
|
||||||
|
<row>
|
||||||
|
<entry>Base URL</entry>
|
||||||
|
|
||||||
|
<entry>Please enter the base URL of your webserver (e.g.
|
||||||
|
https://www.example.com). This is used to generate links in
|
||||||
|
emails for password self reset and user self
|
||||||
|
registration.</entry>
|
||||||
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>Login attribute label</entry>
|
<entry>Login attribute label</entry>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue