PHPBB3 - Enabling Captcha during Registration: Difference between revisions
Jump to navigation
Jump to search
Docs admin (talk | contribs) test |
Docs admin (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
This demo will show you how to enable captcha visual confirmation during the PHPBB3 account registration process. | |||
<div id="media" | |||
<object id="csSWF" width="640" height="481" data=" | <html><div id="media"> | ||
<param name="src" value=" | <object id="csSWF" width="640" height="481" data="http://docs.ace-host.net/swffiles/acaptcha.swf" type="application/x-shockwave-flash"> | ||
<param name="src" value="http://docs.ace-host.net/swffiles/acaptcha.swf" /> | |||
<param name="bgcolor" value="#1a1a1a" /> | <param name="bgcolor" value="#1a1a1a" /> | ||
<param name="quality" value="best" /> | <param name="quality" value="best" /> | ||
Line 14: | Line 15: | ||
<param name="allowfullscreen" value="true" /> | <param name="allowfullscreen" value="true" /> | ||
</object> | </object> | ||
</div> | </div></html> | ||
< | |||
[1] Log into your PHPBB3 administration control panel | |||
[2] Click on the ""Visual confirmation settings" link which is under the "BOARD CONFIGURATION" section | |||
[3] Make sure that "Enable visual confirmation for registrations" is set to Enabled | |||
[4] Make sure that "GD CAPTCHA foreground noise" is set to Yes | |||
{{note|This will vastly increase the effectiveness of your captcha}} | |||
[5] Click the "Submit" button to finish enabling captcha | |||
[[Category:PHPBB3]] |
Revision as of 15:46, 9 October 2012
This demo will show you how to enable captcha visual confirmation during the PHPBB3 account registration process.
[1] Log into your PHPBB3 administration control panel
[2] Click on the ""Visual confirmation settings" link which is under the "BOARD CONFIGURATION" section
[3] Make sure that "Enable visual confirmation for registrations" is set to Enabled
[4] Make sure that "GD CAPTCHA foreground noise" is set to Yes
This will vastly increase the effectiveness of your captcha
[5] Click the "Submit" button to finish enabling captcha