reCAPTCHA

This commit is contained in:
Roland Gruber 2016-04-02 13:42:07 +02:00
parent bcf888423b
commit ad2002c3e1
3 changed files with 26 additions and 0 deletions

View File

@ -1,5 +1,7 @@
June 2016 5.4
- Unix: support magic numbers for UIDs/GIDs (e.g. 389 server DNA plugin)
- LAM Pro:
-> Self registration: support for Google reCAPTCHA
21.03.2016 5.3

View File

@ -8699,6 +8699,30 @@ OK (10 msec)</programlisting>
account registration. The user may log in to self service when his
account was created to manage all his attributes.</para>
<literallayout>
</literallayout>
<para><emphasis role="bold">Captcha support</emphasis></para>
<para>LAM Pro can optionally display a captcha to verify that
registrations 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 automatically when site+secret
key are filled.</para>
<screenshot>
<mediaobject>
<imageobject>
<imagedata fileref="images/accountRegistration4.png" />
</imageobject>
</mediaobject>
</screenshot>
<literallayout>
</literallayout>

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB