license docs
This commit is contained in:
parent
5c6988eea2
commit
6efdc5d030
|
@ -996,6 +996,14 @@ Have fun!
|
||||||
<section id="a_versUpgrade">
|
<section id="a_versUpgrade">
|
||||||
<title>Version specific upgrade instructions</title>
|
<title>Version specific upgrade instructions</title>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<title>5.4 -> 5.5</title>
|
||||||
|
|
||||||
|
<para>LAM Pro requires a license key. You can find it in your <ulink
|
||||||
|
url="https://www.ldap-account-manager.org/lamcms/user/me">customer
|
||||||
|
profile</ulink>.</para>
|
||||||
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<title>5.1 -> 5.4</title>
|
<title>5.1 -> 5.4</title>
|
||||||
|
|
||||||
|
@ -1356,6 +1364,27 @@ Have fun!
|
||||||
The default password for new installations is "lam". Now you can edit
|
The default password for new installations is "lam". Now you can edit
|
||||||
the general settings.</para>
|
the general settings.</para>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<title>License (LAM Pro only)</title>
|
||||||
|
|
||||||
|
<para>This is only required when you run LAM Pro. Please enter the
|
||||||
|
license key from your <ulink
|
||||||
|
url="https://www.ldap-account-manager.org/lamcms/user/me">customer
|
||||||
|
profile</ulink>. In case you have purchased multiple licenses please
|
||||||
|
only enter one license key block per installation.</para>
|
||||||
|
|
||||||
|
<para>When you entered the license key then the license details can be
|
||||||
|
seen on LAM configuration overview page.</para>
|
||||||
|
|
||||||
|
<screenshot>
|
||||||
|
<mediaobject>
|
||||||
|
<imageobject>
|
||||||
|
<imagedata fileref="images/configGeneral7.png" />
|
||||||
|
</imageobject>
|
||||||
|
</mediaobject>
|
||||||
|
</screenshot>
|
||||||
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<title>Security settings</title>
|
<title>Security settings</title>
|
||||||
|
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
|
@ -135,6 +135,11 @@ input {
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.spacing5 {
|
||||||
|
border-spacing: 5px;
|
||||||
|
border-collapse: separate;
|
||||||
|
}
|
||||||
|
|
||||||
.hoverHighlight {
|
.hoverHighlight {
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue