Difference between revisions of "CARMA Captcha Removal"

From TMM Wiki
Jump to navigationJump to search
(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…')
 
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 lines:
+
Remove the following line:
  
 
<pre>
 
<pre>

Revision as of 15: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;