Difference between revisions of "CARMA Captcha Removal"

From TMM Wiki
Jump to navigationJump to search
 
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.  
  

Latest revision as of 14:56, 7 February 2020

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;