Difference between revisions of "CARMA Captcha Removal"
From TMM Wiki
Jump to navigationJump to searchTMMMikeSopko (talk | contribs) (Created page with ' To disable the Completely Automated Public Turning test to tell Computers and Humans Apart (CAPTCHA) image on the external access page by editing the config.php file on your…') |
TMMMikeSopko (talk | contribs) |
||
Line 1: | Line 1: | ||
− | |||
To disable the Completely Automated Public Turning test to tell Computers | To disable the Completely Automated Public Turning test to tell Computers | ||
and Humans Apart ([[CAPTCHA]]) image on the external access page by editing | and Humans Apart ([[CAPTCHA]]) image on the external access page by editing | ||
the config.php file on your server. | the config.php file on your server. | ||
− | Remove the following | + | Remove the following line: |
<pre> | <pre> |
Revision as of 14:09, 3 April 2010
To disable the Completely Automated Public Turning test to tell Computers and Humans Apart (CAPTCHA) image on the external access page by editing the config.php file on your server.
Remove the following line:
$config['HIDE_CAPTCHA'] = 1;