<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>reCAPTCHA_module[ Search for &quot;&quot;]</title>
        <description></description>
        <link>http://xataface.com/wiki/index.php?-action=single_record_search&amp;-table=wiki&amp;page_id=%3D99&amp;-cursor=0&amp;-skip=0&amp;-limit=30&amp;-mode=list&amp;--subsearch=</link>
        <lastBuildDate>Wed, 22 May 2013 16:58:54 +0100</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>reCAPTCHA_module</title>
            <link>http://www.xataface.com/wiki/reCAPTCHA_module</link>
            <description>&lt;table&gt;&lt;thead&gt;&lt;tr&gt;&lt;th&gt;Field&lt;/th&gt;&lt;th&gt;Value&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot;&gt;Page name&lt;/td&gt;&lt;td valign=&quot;top&quot;&gt;reCAPTCHA_module&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot;&gt;Page id&lt;/td&gt;&lt;td valign=&quot;top&quot;&gt;99&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot;&gt;Page title&lt;/td&gt;&lt;td valign=&quot;top&quot;&gt;The reCAPTCHA module&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot;&gt;Content&lt;/td&gt;&lt;td valign=&quot;top&quot;&gt;&lt;table border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;&lt;tr&gt;&lt;td&gt;
&lt;div id=&quot;toc&quot;&gt;&lt;strong&gt;Table of Contents&lt;/strong&gt;
	&lt;div style=&quot;margin-left: 1em;&quot;&gt;&lt;a href=&quot;#toc0&quot;&gt;Synopsis&lt;/a&gt;&lt;/div&gt;
	&lt;div style=&quot;margin-left: 1em;&quot;&gt;&lt;a href=&quot;#toc1&quot;&gt;Installation&lt;/a&gt;&lt;/div&gt;
	&lt;div style=&quot;margin-left: 1em;&quot;&gt;&lt;a href=&quot;#toc2&quot;&gt;Usage&lt;/a&gt;&lt;/div&gt;
	&lt;div style=&quot;margin-left: 1em;&quot;&gt;&lt;a href=&quot;#toc3&quot;&gt;See Also&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;


&lt;h3 id=&quot;toc0&quot;&gt;Synopsis&lt;/h3&gt;
&lt;p&gt;The Xataface reCAPTCHA module CAPTCHA support to any Xataface form that is rendered to the public (i.e. when users are not logged in).  This is particularly useful for the &lt;a href=&quot;/wiki/registration_form&quot;&gt;registration form&lt;/a&gt; as a means of spam prevention.   Below is a screenshot of a registration form with the reCAPTCHA module installed:&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;http://media.weblite.ca/files/photos/Picture%2038.png?max_width=640&quot; alt=&quot;http://media.weblite.ca/files/photos/Picture%2038.png?max_width=640&quot; width=&quot;640&quot; height=&quot;298&quot; /&gt;&lt;/p&gt;

&lt;p&gt;For more information about reCAPTCHA see &lt;a href=&quot;http://recaptcha.net/&quot; onclick=&quot;window.open(this.href, '_blank'); return false;&quot;&gt;http://recaptcha.net/&lt;/a&gt;.&lt;/p&gt;


&lt;h3 id=&quot;toc1&quot;&gt;Installation&lt;/h3&gt;
&lt;ol&gt;
    &lt;li&gt; Download/extract the module directory into your xataface/modules directory.  Currently this module is only available in SVN (&lt;a href=&quot;http://weblite.ca/svn/dataface/modules/reCAPTCHA/trunk/&quot; onclick=&quot;window.open(this.href, '_blank'); return false;&quot;&gt;http://weblite.ca/svn/dataface/modules/reCAPTCHA/trunk/&lt;/a&gt;)&lt;/li&gt;
    &lt;li&gt; Add the following to the [_modules] section of your &lt;a href=&quot;/wiki/conf.ini_file&quot;&gt;conf.ini file&lt;/a&gt;.
&lt;pre&gt;&lt;code&gt;[_modules]
    modules_reCAPTCHA=modules/reCAPTCHA/reCAPTCHA.php&lt;/code&gt;&lt;/pre&gt;

&lt;/li&gt;
    &lt;li&gt; Add the following section to your conf.ini file.
&lt;pre&gt;&lt;code&gt;[reCAPTCHA]
    public_key=&amp;quot;xxxxxxx&amp;quot;
    private_key=&amp;quot;xxxxxxx&amp;quot;&lt;/code&gt;&lt;/pre&gt;

 Where public_key, private_key are your keys from your reCAPTCHA account. &lt;strong&gt;(Note that you need to register for a free reCAPTCHA account at &lt;a href=&quot;http://recaptcha.net/&quot; onclick=&quot;window.open(this.href, '_blank'); return false;&quot;&gt;http://recaptcha.net/&lt;/a&gt; in order for this to work.&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;


&lt;h3 id=&quot;toc2&quot;&gt;Usage&lt;/h3&gt;
&lt;p&gt;If you are NOT logged in, you will now see a reCAPTCHA validation image before the submit button for all webforms in your Xataface application.  If you fail to enter the captcha text correctly the form will not validate.  If you are logged in this module has no effect.&lt;/p&gt;


&lt;h3 id=&quot;toc3&quot;&gt;See Also&lt;/h3&gt;
&lt;ul&gt;
    &lt;li&gt; &lt;a href=&quot;/wiki/registration_form&quot;&gt;Enabling User Registration in Xataface&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt; &lt;a href=&quot;/wiki/modules&quot;&gt;Xataface Modules&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot;&gt;Keywords&lt;/td&gt;&lt;td valign=&quot;top&quot;&gt;captcha, registration, validation&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot;&gt;Language&lt;/td&gt;&lt;td valign=&quot;top&quot;&gt;en&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;</description>
            <author>reCAPTCHA_module</author>
        </item>
    </channel>
</rss>
