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: Remove Captcha at login?  (Read 5043 times)

0 Members and 1 Guest are viewing this topic.

recman

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 21
Remove Captcha at login?
« on: September 24, 2007, 08:56:32 am »

I use Captcha 2.0 so that no robots should add a lots of comments. But I dont want the Captcha at the login-page, anyone know how to remove this the best way?
« Last Edit: September 24, 2007, 12:27:16 pm by Sami »
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: Remove Captcha at login?
« Reply #1 on: September 24, 2007, 09:42:58 am »

Edit codebase.php
find captcha_page_start() function there you'll find $CAPTCHA_DISABLE array (#line 133) , now set this
Code: [Select]
'login' => 'Administrators,Registered'
to this
Code: [Select]
'login' => 'Administrators,Registered,Guests'
this will disable Captcha for login page under regular galleries , if you bridged your gallery to any app then you need to put the name of anonymous group of that app
Logged
‍I don't answer to PM with support question
Please post your issue to related board

recman

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 21
Re: Remove Captcha at login?
« Reply #2 on: September 24, 2007, 10:33:45 am »

Thanks Sami, worked great!
Logged
Pages: [1]   Go Up
 

Page created in 0.016 seconds with 20 queries.