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

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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',