Remove Captcha at login? Remove Captcha at login?
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Remove Captcha at login?

Started by recman, September 24, 2007, 08:56:32 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

recman

I use Captcha 2.0 so that no robots should add a lots of comments. But I dont want the Captcha at the login-page, anyone know how to remove this the best way?

Sami

Edit codebase.php
find captcha_page_start() function there you'll find $CAPTCHA_DISABLE array (#line 133) , now set this

'login' => 'Administrators,Registered'

to this

'login' => 'Administrators,Registered,Guests'

this will disable Captcha for login page under regular galleries , if you bridged your gallery to any app then you need to put the name of anonymous group of that app
‍I don't answer to PM with support question
Please post your issue to related board

recman