Advanced search  

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

Pages: [1]   Go Down

Author Topic: Removing the Captcha V3.0 from the login  (Read 3633 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.025 seconds with 19 queries.