coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 plugins => Topic started by: CD69 on December 07, 2007, 07:45:23 PM

Title: Removing the Captcha V3.0 from the login
Post by: CD69 on December 07, 2007, 07:45:23 PM
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
Title: Re: Removing the Captcha V3.0 from the login
Post by: CD69 on December 07, 2007, 09:50:18 PM
Sorry, I found the solution
Title: Re: Removing the Captcha V3.0 from the login
Post by: Pascal YAP on December 07, 2007, 10:07:01 PM
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
Title: Re: Removing the Captcha V3.0 from the login
Post by: CD69 on December 07, 2007, 10:27:52 PM
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',