A page in your DokuWiki was added or changed. Here are the details: Date : 2016/09/26 17:42 Browser : Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0 IP-Address : 193.248.50.71 Hostname : LStLambert-656-1-262-71.w193-248.abo.wanadoo.fr Old Revision: http://ltb-project.org/wiki/documentation/self-service-password/1.0/config_recaptcha?rev=1350718592 New Revision: http://ltb-project.org/wiki/documentation/self-service-password/1.0/config_recaptcha Edit Summary: User : coudot
@@ -31,18 +31,13 @@ $recaptcha_publickey = "xxxx"; $recaptcha_privatekey = "xxxx"; </file> - ==== Theme ==== + ==== Display ==== - You can customize theme (see http://code.google.com/intl/de-DE/apis/recaptcha/docs/customization.html), known values are ''red'', ''white'', ''blackglass'' and ''clean'': + You can customize the widget (see https://developers.google.com/recaptcha/docs/display): <file php> - $recaptcha_theme = "white"; - </file> - - ==== SSL ==== - - By default, if your web server is using HTTPS, SSL will be activated for reCaptcha. In case of reverse proxies, you can force SSL on reCaptcha even if the web server hosting SSP only do HTTP: - <file php> - $recaptcha_ssl = true; + $recaptcha_theme = "light"; # dark / light + $recaptcha_type = "image"; # audio / image + $recaptcha_size = "normal"; # compact / normal </file> -- This mail was generated by DokuWiki at http://ltb-project.org/wiki/
_______________________________________________ ltb-changes mailing list [email protected] http://lists.ltb-project.org/listinfo/ltb-changes
