Advanced search  

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]

Pages: [1]   Go Down

Author Topic: Removing the Captcha V3.0 from the login  (Read 3634 times)

0 Members and 1 Guest are viewing this topic.

CD69

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 56
Removing the Captcha V3.0 from the login
« 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
« Last Edit: December 08, 2007, 10:13:07 am by GauGau »
Logged

CD69

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 56
Re: Removing the Captcha V3.0 from the login
« Reply #1 on: December 07, 2007, 09:50:18 pm »

Sorry, I found the solution
Logged

Pascal YAP

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: fr
  • Offline Offline
  • Gender: Male
  • Posts: 13833
  • Hello World :-)
    • CPG 1.5.x ExperiMental website
Re: Removing the Captcha V3.0 from the login
« Reply #2 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
Logged

CD69

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 56
Re: Removing the Captcha V3.0 from the login
« Reply #3 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',
Logged
Pages: [1]   Go Up
 

Page created in 0.017 seconds with 20 queries.