forum.coppermine-gallery.net
Support => cpg1.4.x Support => Older/other versions => cpg1.4 plugins => Topic started 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
-
Sorry, I found the solution
-
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
-
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',