captcha support
This commit is contained in:
parent
6049be786f
commit
0b5e5f35a1
|
@ -3,6 +3,7 @@ March 2018 6.3
|
||||||
- LAM Pro:
|
- LAM Pro:
|
||||||
-> Support custom structural object classes with new custom type
|
-> Support custom structural object classes with new custom type
|
||||||
-> Support dynamic lists
|
-> Support dynamic lists
|
||||||
|
-> Self service login and password self reset can be secured with captcha
|
||||||
|
|
||||||
|
|
||||||
04.02.2018 6.2.1
|
04.02.2018 6.2.1
|
||||||
|
|
|
@ -574,6 +574,16 @@
|
||||||
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.2 -> 6.3</title>
|
||||||
|
|
||||||
|
<para>Self Service: If you use a captcha for user self registration
|
||||||
|
this needs to be reconfigured. On tab General settings please activate
|
||||||
|
Google reCAPTCHA (the checkbox to secure login is optional). On tab
|
||||||
|
Module settings please tick the captcha checkbox at self registration
|
||||||
|
settings.</para>
|
||||||
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<title>6.1 -> 6.2</title>
|
<title>6.1 -> 6.2</title>
|
||||||
|
|
||||||
|
|
|
@ -75,7 +75,7 @@
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<mediaobject>
|
<mediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/conf1.png" />
|
<imagedata fileref="images/conf1.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</mediaobject>
|
</mediaobject>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
|
@ -86,7 +86,7 @@
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<mediaobject>
|
<mediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/conf2.png" />
|
<imagedata fileref="images/conf2.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</mediaobject>
|
</mediaobject>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
|
@ -97,7 +97,7 @@
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<mediaobject>
|
<mediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/conf3.png" />
|
<imagedata fileref="images/conf3.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</mediaobject>
|
</mediaobject>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
|
@ -120,7 +120,7 @@
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<mediaobject>
|
<mediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/conf4.png" />
|
<imagedata fileref="images/conf4.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</mediaobject>
|
</mediaobject>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
|
@ -253,7 +253,7 @@
|
||||||
</tgroup>
|
</tgroup>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<para></para>
|
<para/>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<title>2-factor authentication</title>
|
<title>2-factor authentication</title>
|
||||||
|
@ -281,7 +281,7 @@
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<mediaobject>
|
<mediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/conf7.png" />
|
<imagedata fileref="images/conf7.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</mediaobject>
|
</mediaobject>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
|
@ -293,11 +293,34 @@
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<mediaobject>
|
<mediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/conf8.png" />
|
<imagedata fileref="images/conf8.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</mediaobject>
|
</mediaobject>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<title>Captcha</title>
|
||||||
|
|
||||||
|
<para>LAM Pro can optionally display a captcha to verify that logins
|
||||||
|
are not from robots. The supported captcha provider is Google
|
||||||
|
reCAPTCHA. You will need the site and secret key for your domain. They
|
||||||
|
can be retrieved from here: <ulink
|
||||||
|
url="https://www.google.com/recaptcha">https://www.google.com/recaptcha</ulink></para>
|
||||||
|
|
||||||
|
<para>Please note that your web server must be able to access
|
||||||
|
"https://www.google.com/recaptcha/api/siteverify" to verify the
|
||||||
|
captchas. Captchas will be displayed when you tick the chekbox to
|
||||||
|
secure login with a captcha.</para>
|
||||||
|
|
||||||
|
<mediaobject>
|
||||||
|
<imageobject>
|
||||||
|
<imagedata fileref="images/selfServiceCaptcha.png"/>
|
||||||
|
</imageobject>
|
||||||
|
</mediaobject>
|
||||||
|
|
||||||
|
<para/>
|
||||||
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
|
@ -321,7 +344,7 @@
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<mediaobject>
|
<mediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/conf5.png" />
|
<imagedata fileref="images/conf5.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</mediaobject>
|
</mediaobject>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
|
@ -350,7 +373,7 @@
|
||||||
<row>
|
<row>
|
||||||
<entry morerows=""><inlinemediaobject>
|
<entry morerows=""><inlinemediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/schema_asterisk.png" />
|
<imagedata fileref="images/schema_asterisk.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</inlinemediaobject> Asterisk (voicemail)</entry>
|
</inlinemediaobject> Asterisk (voicemail)</entry>
|
||||||
|
|
||||||
|
@ -363,7 +386,7 @@
|
||||||
<row>
|
<row>
|
||||||
<entry><inlinemediaobject>
|
<entry><inlinemediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/schema_heimdal.png" />
|
<imagedata fileref="images/schema_heimdal.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</inlinemediaobject> Kerberos</entry>
|
</inlinemediaobject> Kerberos</entry>
|
||||||
|
|
||||||
|
@ -376,7 +399,7 @@
|
||||||
<row>
|
<row>
|
||||||
<entry morerows="1"><inlinemediaobject>
|
<entry morerows="1"><inlinemediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/schema_kolab.png" />
|
<imagedata fileref="images/schema_kolab.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</inlinemediaobject> Kolab</entry>
|
</inlinemediaobject> Kolab</entry>
|
||||||
|
|
||||||
|
@ -394,7 +417,7 @@
|
||||||
<row>
|
<row>
|
||||||
<entry><inlinemediaobject>
|
<entry><inlinemediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/schema_ssh.png" />
|
<imagedata fileref="images/schema_ssh.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</inlinemediaobject> Password policy</entry>
|
</inlinemediaobject> Password policy</entry>
|
||||||
|
|
||||||
|
@ -406,7 +429,7 @@
|
||||||
<row>
|
<row>
|
||||||
<entry morerows="2"><inlinemediaobject>
|
<entry morerows="2"><inlinemediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/schema_ssh.png" />
|
<imagedata fileref="images/schema_ssh.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</inlinemediaobject> Password self reset</entry>
|
</inlinemediaobject> Password self reset</entry>
|
||||||
|
|
||||||
|
@ -431,103 +454,103 @@
|
||||||
<row>
|
<row>
|
||||||
<entry morerows="27"><inlinemediaobject>
|
<entry morerows="27"><inlinemediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/schema_user.png" />
|
<imagedata fileref="images/schema_user.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</inlinemediaobject> Personal</entry>
|
</inlinemediaobject> Personal</entry>
|
||||||
|
|
||||||
<entry>Business category</entry>
|
<entry>Business category</entry>
|
||||||
|
|
||||||
<entry></entry>
|
<entry/>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>Car license</entry>
|
<entry>Car license</entry>
|
||||||
|
|
||||||
<entry></entry>
|
<entry/>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>Department</entry>
|
<entry>Department</entry>
|
||||||
|
|
||||||
<entry></entry>
|
<entry/>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>Description</entry>
|
<entry>Description</entry>
|
||||||
|
|
||||||
<entry></entry>
|
<entry/>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>Email address</entry>
|
<entry>Email address</entry>
|
||||||
|
|
||||||
<entry></entry>
|
<entry/>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>Fax number</entry>
|
<entry>Fax number</entry>
|
||||||
|
|
||||||
<entry></entry>
|
<entry/>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>First name</entry>
|
<entry>First name</entry>
|
||||||
|
|
||||||
<entry></entry>
|
<entry/>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>Home telephone number</entry>
|
<entry>Home telephone number</entry>
|
||||||
|
|
||||||
<entry></entry>
|
<entry/>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>Initials</entry>
|
<entry>Initials</entry>
|
||||||
|
|
||||||
<entry></entry>
|
<entry/>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>Job title</entry>
|
<entry>Job title</entry>
|
||||||
|
|
||||||
<entry></entry>
|
<entry/>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>Last name</entry>
|
<entry>Last name</entry>
|
||||||
|
|
||||||
<entry></entry>
|
<entry/>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>Location</entry>
|
<entry>Location</entry>
|
||||||
|
|
||||||
<entry></entry>
|
<entry/>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>Mobile number</entry>
|
<entry>Mobile number</entry>
|
||||||
|
|
||||||
<entry></entry>
|
<entry/>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>Office name</entry>
|
<entry>Office name</entry>
|
||||||
|
|
||||||
<entry></entry>
|
<entry/>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>Organisation</entry>
|
<entry>Organisation</entry>
|
||||||
|
|
||||||
<entry></entry>
|
<entry/>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>Organisational unit</entry>
|
<entry>Organisational unit</entry>
|
||||||
|
|
||||||
<entry></entry>
|
<entry/>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
|
@ -540,49 +563,49 @@
|
||||||
<row>
|
<row>
|
||||||
<entry>Postal address</entry>
|
<entry>Postal address</entry>
|
||||||
|
|
||||||
<entry></entry>
|
<entry/>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>Postal code</entry>
|
<entry>Postal code</entry>
|
||||||
|
|
||||||
<entry></entry>
|
<entry/>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>Post office box</entry>
|
<entry>Post office box</entry>
|
||||||
|
|
||||||
<entry></entry>
|
<entry/>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>Registered address</entry>
|
<entry>Registered address</entry>
|
||||||
|
|
||||||
<entry></entry>
|
<entry/>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>Room number</entry>
|
<entry>Room number</entry>
|
||||||
|
|
||||||
<entry></entry>
|
<entry/>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>State</entry>
|
<entry>State</entry>
|
||||||
|
|
||||||
<entry></entry>
|
<entry/>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>Street</entry>
|
<entry>Street</entry>
|
||||||
|
|
||||||
<entry></entry>
|
<entry/>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>Telephone number</entry>
|
<entry>Telephone number</entry>
|
||||||
|
|
||||||
<entry></entry>
|
<entry/>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
|
@ -594,19 +617,19 @@
|
||||||
<row>
|
<row>
|
||||||
<entry>User name</entry>
|
<entry>User name</entry>
|
||||||
|
|
||||||
<entry></entry>
|
<entry/>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>Web site</entry>
|
<entry>Web site</entry>
|
||||||
|
|
||||||
<entry></entry>
|
<entry/>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry morerows="4"><inlinemediaobject>
|
<entry morerows="4"><inlinemediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/schema_samba.png" />
|
<imagedata fileref="images/schema_samba.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</inlinemediaobject> Samba 3</entry>
|
</inlinemediaobject> Samba 3</entry>
|
||||||
|
|
||||||
|
@ -648,7 +671,7 @@
|
||||||
<row>
|
<row>
|
||||||
<entry><inlinemediaobject>
|
<entry><inlinemediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/schema_ssh.png" />
|
<imagedata fileref="images/schema_ssh.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</inlinemediaobject> Shadow</entry>
|
</inlinemediaobject> Shadow</entry>
|
||||||
|
|
||||||
|
@ -661,7 +684,7 @@
|
||||||
<row>
|
<row>
|
||||||
<entry morerows="8"><inlinemediaobject>
|
<entry morerows="8"><inlinemediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/schema_samba.png" />
|
<imagedata fileref="images/schema_samba.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</inlinemediaobject> Windows</entry>
|
</inlinemediaobject> Windows</entry>
|
||||||
|
|
||||||
|
@ -673,67 +696,67 @@
|
||||||
<row>
|
<row>
|
||||||
<entry>Location</entry>
|
<entry>Location</entry>
|
||||||
|
|
||||||
<entry></entry>
|
<entry/>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>Office name</entry>
|
<entry>Office name</entry>
|
||||||
|
|
||||||
<entry></entry>
|
<entry/>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>Postal code</entry>
|
<entry>Postal code</entry>
|
||||||
|
|
||||||
<entry></entry>
|
<entry/>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>Post office box</entry>
|
<entry>Post office box</entry>
|
||||||
|
|
||||||
<entry></entry>
|
<entry/>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>State</entry>
|
<entry>State</entry>
|
||||||
|
|
||||||
<entry></entry>
|
<entry/>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>Street</entry>
|
<entry>Street</entry>
|
||||||
|
|
||||||
<entry></entry>
|
<entry/>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>Telephone number</entry>
|
<entry>Telephone number</entry>
|
||||||
|
|
||||||
<entry></entry>
|
<entry/>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>Web site</entry>
|
<entry>Web site</entry>
|
||||||
|
|
||||||
<entry></entry>
|
<entry/>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry morerows="3"><inlinemediaobject>
|
<entry morerows="3"><inlinemediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/schema_unix.png" />
|
<imagedata fileref="images/schema_unix.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</inlinemediaobject> Unix</entry>
|
</inlinemediaobject> Unix</entry>
|
||||||
|
|
||||||
<entry>Common name</entry>
|
<entry>Common name</entry>
|
||||||
|
|
||||||
<entry></entry>
|
<entry/>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>Login shell</entry>
|
<entry>Login shell</entry>
|
||||||
|
|
||||||
<entry></entry>
|
<entry/>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
|
@ -753,7 +776,7 @@
|
||||||
<row>
|
<row>
|
||||||
<entry morerows="1"><inlinemediaobject>
|
<entry morerows="1"><inlinemediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/schema_kopano.png" />
|
<imagedata fileref="images/schema_kopano.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</inlinemediaobject>Kopano</entry>
|
</inlinemediaobject>Kopano</entry>
|
||||||
|
|
||||||
|
@ -771,7 +794,7 @@
|
||||||
<row>
|
<row>
|
||||||
<entry morerows="1"><inlinemediaobject>
|
<entry morerows="1"><inlinemediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/schema_zarafa.png" />
|
<imagedata fileref="images/schema_zarafa.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</inlinemediaobject> Zarafa</entry>
|
</inlinemediaobject> Zarafa</entry>
|
||||||
|
|
||||||
|
@ -789,7 +812,7 @@
|
||||||
<row>
|
<row>
|
||||||
<entry morerows="3"><inlinemediaobject>
|
<entry morerows="3"><inlinemediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/schema_pykota.png" />
|
<imagedata fileref="images/schema_pykota.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</inlinemediaobject> PyKota</entry>
|
</inlinemediaobject> PyKota</entry>
|
||||||
|
|
||||||
|
@ -829,7 +852,7 @@
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<mediaobject>
|
<mediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/conf6.png" />
|
<imagedata fileref="images/conf6.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</mediaobject>
|
</mediaobject>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
|
@ -852,7 +875,7 @@
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<mediaobject>
|
<mediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/selfServiceSambaDomains.png" />
|
<imagedata fileref="images/selfServiceSambaDomains.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</mediaobject>
|
</mediaobject>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
|
@ -883,7 +906,7 @@
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<mediaobject>
|
<mediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/passwordSelfReset1.png" />
|
<imagedata fileref="images/passwordSelfReset1.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</mediaobject>
|
</mediaobject>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
|
@ -939,6 +962,26 @@
|
||||||
care since anybody with access to the user's mail account can reset the
|
care since anybody with access to the user's mail account can reset the
|
||||||
password.</para>
|
password.</para>
|
||||||
|
|
||||||
|
<para><emphasis role="bold">Captcha support</emphasis></para>
|
||||||
|
|
||||||
|
<para>LAM Pro can optionally display a captcha to verify that password
|
||||||
|
resets are not from robots. The supported captcha provider is Google
|
||||||
|
reCAPTCHA. You will need the site and secret key for your domain. This
|
||||||
|
is setup on tab "General settings". They can be retrieved from here:
|
||||||
|
<ulink
|
||||||
|
url="https://www.google.com/recaptcha">https://www.google.com/recaptcha</ulink></para>
|
||||||
|
|
||||||
|
<para>Please note that your web server must be able to access
|
||||||
|
"https://www.google.com/recaptcha/api/siteverify" to verify the
|
||||||
|
captchas. Captchas will be displayed when you tick the chekbox to use a
|
||||||
|
captcha.</para>
|
||||||
|
|
||||||
|
<mediaobject>
|
||||||
|
<imageobject>
|
||||||
|
<imagedata fileref="images/passwordSelfReset10.png"/>
|
||||||
|
</imageobject>
|
||||||
|
</mediaobject>
|
||||||
|
|
||||||
<para><emphasis role="bold">Troubleshooting:</emphasis></para>
|
<para><emphasis role="bold">Troubleshooting:</emphasis></para>
|
||||||
|
|
||||||
<para>1. You get messages like "Unable to find user account."</para>
|
<para>1. You get messages like "Unable to find user account."</para>
|
||||||
|
@ -983,7 +1026,7 @@
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<mediaobject>
|
<mediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/passwordSelfReset2.png" />
|
<imagedata fileref="images/passwordSelfReset2.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</mediaobject>
|
</mediaobject>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
|
@ -994,7 +1037,7 @@
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<mediaobject>
|
<mediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/passwordSelfReset3.png" />
|
<imagedata fileref="images/passwordSelfReset3.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</mediaobject>
|
</mediaobject>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
|
@ -1008,7 +1051,7 @@
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<mediaobject>
|
<mediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/passwordSelfReset4.png" />
|
<imagedata fileref="images/passwordSelfReset4.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</mediaobject>
|
</mediaobject>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
|
@ -1019,7 +1062,7 @@
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<mediaobject>
|
<mediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/passwordSelfReset5.png" />
|
<imagedata fileref="images/passwordSelfReset5.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</mediaobject>
|
</mediaobject>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
|
@ -1033,7 +1076,7 @@
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<mediaobject>
|
<mediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/passwordSelfReset6.png" />
|
<imagedata fileref="images/passwordSelfReset6.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</mediaobject>
|
</mediaobject>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
|
@ -1054,7 +1097,7 @@
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<mediaobject>
|
<mediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/accountRegistration1.png" />
|
<imagedata fileref="images/accountRegistration1.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</mediaobject>
|
</mediaobject>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
|
@ -1085,7 +1128,7 @@
|
||||||
you can enter additional options:</para>
|
you can enter additional options:</para>
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<title></title>
|
<title/>
|
||||||
|
|
||||||
<tgroup cols="6">
|
<tgroup cols="6">
|
||||||
<tbody>
|
<tbody>
|
||||||
|
@ -1150,9 +1193,9 @@
|
||||||
<entry>attribute value, supports wirldcards to insert other
|
<entry>attribute value, supports wirldcards to insert other
|
||||||
attribute values (e.g. "@@uid@@")</entry>
|
attribute values (e.g. "@@uid@@")</entry>
|
||||||
|
|
||||||
<entry></entry>
|
<entry/>
|
||||||
|
|
||||||
<entry></entry>
|
<entry/>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
|
@ -1209,18 +1252,19 @@
|
||||||
<para>LAM Pro can optionally display a captcha to verify that
|
<para>LAM Pro can optionally display a captcha to verify that
|
||||||
registrations are not from robots. The supported captcha provider is
|
registrations are not from robots. The supported captcha provider is
|
||||||
Google reCAPTCHA. You will need the site and secret key for your domain.
|
Google reCAPTCHA. You will need the site and secret key for your domain.
|
||||||
They can be retrieved from here: <ulink
|
This is setup on tab "General settings". They can be retrieved from
|
||||||
|
here: <ulink
|
||||||
url="https://www.google.com/recaptcha">https://www.google.com/recaptcha</ulink></para>
|
url="https://www.google.com/recaptcha">https://www.google.com/recaptcha</ulink></para>
|
||||||
|
|
||||||
<para>Please note that your web server must be able to access
|
<para>Please note that your web server must be able to access
|
||||||
"https://www.google.com/recaptcha/api/siteverify" to verify the
|
"https://www.google.com/recaptcha/api/siteverify" to verify the
|
||||||
captchas. Captchas will be displayed automatically when site+secret key
|
captchas. Captchas will be displayed when you tick the chekbox to use a
|
||||||
are filled.</para>
|
captcha.</para>
|
||||||
|
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<mediaobject>
|
<mediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/accountRegistration4.png" />
|
<imagedata fileref="images/accountRegistration4.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</mediaobject>
|
</mediaobject>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
|
@ -1236,7 +1280,7 @@
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<mediaobject>
|
<mediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/accountRegistration2.png" />
|
<imagedata fileref="images/accountRegistration2.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</mediaobject>
|
</mediaobject>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
|
@ -1247,7 +1291,7 @@
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<mediaobject>
|
<mediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/accountRegistration3.png" />
|
<imagedata fileref="images/accountRegistration3.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</mediaobject>
|
</mediaobject>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
|
@ -1317,7 +1361,7 @@
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<mediaobject>
|
<mediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/customFields1.png" />
|
<imagedata fileref="images/customFields1.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</mediaobject>
|
</mediaobject>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
|
@ -1362,7 +1406,7 @@
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<mediaobject>
|
<mediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/customFields2.png" />
|
<imagedata fileref="images/customFields2.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</mediaobject>
|
</mediaobject>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
|
@ -1372,7 +1416,7 @@
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<mediaobject>
|
<mediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/customFields3.png" />
|
<imagedata fileref="images/customFields3.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</mediaobject>
|
</mediaobject>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
|
@ -1386,7 +1430,7 @@
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<mediaobject>
|
<mediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/customFields4.png" />
|
<imagedata fileref="images/customFields4.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</mediaobject>
|
</mediaobject>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
|
@ -1396,7 +1440,7 @@
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<mediaobject>
|
<mediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/customFields5.png" />
|
<imagedata fileref="images/customFields5.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</mediaobject>
|
</mediaobject>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
|
@ -1415,7 +1459,7 @@
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<mediaobject>
|
<mediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/customFields6.png" />
|
<imagedata fileref="images/customFields6.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</mediaobject>
|
</mediaobject>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
|
@ -1425,7 +1469,7 @@
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<mediaobject>
|
<mediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/customFields7.png" />
|
<imagedata fileref="images/customFields7.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</mediaobject>
|
</mediaobject>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
|
@ -1440,7 +1484,7 @@
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<mediaobject>
|
<mediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/customFields8.png" />
|
<imagedata fileref="images/customFields8.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</mediaobject>
|
</mediaobject>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
|
@ -1450,7 +1494,7 @@
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<mediaobject>
|
<mediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/customFields9.png" />
|
<imagedata fileref="images/customFields9.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</mediaobject>
|
</mediaobject>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
|
@ -1467,7 +1511,7 @@
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<mediaobject>
|
<mediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/customFields10.png" />
|
<imagedata fileref="images/customFields10.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</mediaobject>
|
</mediaobject>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
|
@ -1477,7 +1521,7 @@
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<mediaobject>
|
<mediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/customFields11.png" />
|
<imagedata fileref="images/customFields11.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</mediaobject>
|
</mediaobject>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
|
@ -1493,7 +1537,7 @@
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<mediaobject>
|
<mediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/customFields12.png" />
|
<imagedata fileref="images/customFields12.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</mediaobject>
|
</mediaobject>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
|
@ -1503,7 +1547,7 @@
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<mediaobject>
|
<mediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/customFields13.png" />
|
<imagedata fileref="images/customFields13.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</mediaobject>
|
</mediaobject>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
|
@ -1511,7 +1555,7 @@
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<mediaobject>
|
<mediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/customFields18.png" />
|
<imagedata fileref="images/customFields18.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</mediaobject>
|
</mediaobject>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
|
@ -1525,7 +1569,7 @@
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<mediaobject>
|
<mediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/customFields26.png" />
|
<imagedata fileref="images/customFields26.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</mediaobject>
|
</mediaobject>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
|
@ -1544,7 +1588,7 @@
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<mediaobject>
|
<mediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/customFields27.png" />
|
<imagedata fileref="images/customFields27.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</mediaobject>
|
</mediaobject>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
|
@ -1560,7 +1604,7 @@
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<mediaobject>
|
<mediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/customFields28.png" />
|
<imagedata fileref="images/customFields28.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</mediaobject>
|
</mediaobject>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
|
@ -1607,7 +1651,7 @@
|
||||||
value):</para>
|
value):</para>
|
||||||
|
|
||||||
<table border="1">
|
<table border="1">
|
||||||
<caption></caption>
|
<caption/>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<th>Constant value</th>
|
<th>Constant value</th>
|
||||||
|
@ -1640,7 +1684,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<para></para>
|
<para/>
|
||||||
|
|
||||||
<para>Presentation:</para>
|
<para>Presentation:</para>
|
||||||
|
|
||||||
|
@ -1649,7 +1693,7 @@
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<mediaobject>
|
<mediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/customFields29.png" />
|
<imagedata fileref="images/customFields29.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</mediaobject>
|
</mediaobject>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
|
@ -1665,7 +1709,7 @@
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<mediaobject>
|
<mediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/customFields23.png" />
|
<imagedata fileref="images/customFields23.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</mediaobject>
|
</mediaobject>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
|
@ -1677,7 +1721,7 @@
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<mediaobject>
|
<mediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/customFields24.png" />
|
<imagedata fileref="images/customFields24.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</mediaobject>
|
</mediaobject>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
|
@ -1726,7 +1770,7 @@
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<mediaobject>
|
<mediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/configPageHeader.png" />
|
<imagedata fileref="images/configPageHeader.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</mediaobject>
|
</mediaobject>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
|
@ -1745,7 +1789,7 @@
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<mediaobject>
|
<mediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/configCSS.png" />
|
<imagedata fileref="images/configCSS.png"/>
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</mediaobject>
|
</mediaobject>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 3.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
Loading…
Reference in New Issue