Removing the Captcha V3.0 from the login Removing the Captcha V3.0 from the login
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Removing the Captcha V3.0 from the login

Started by CD69, December 07, 2007, 07:45:23 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

CD69

I have read all the threads on the captcha and I'm sorry if I missed this question. How can I disable the captcha at login?

Membership requires admin verification and activation so once someones a member I don't want them to have to deal with the captcha at login.



Thank you

CD69


Pascal YAP

Morning,

The Forum's rules are to share our solutions.
Please give to new Users and to all Forum's Users, how to perform that.
(solution is inside this plugin !)

PYAP

CD69

My apologies, I found it in another thread after a bit of time but it's probably worth adding.

In codebase.php find:

$CAPTCHA_DISABLE = array('login' =>

In the entire line will look like this:

$CAPTCHA_DISABLE = array('login' => 'Administrators,Registered',

Add Guests. It should look like this:

$CAPTCHA_DISABLE = array('login' => 'Administrators,Registered,Guests',