Welcome Guest, Not a member yet? Register   Sign In
Tank Auth. How to remove Captcha (but completely remove it...)
#2

[eluser]Unknown[/eluser]
Starting on line 87 in the controller I see:

Code:
$data['show_captcha'] = FALSE;
            if ($this->tank_auth->is_max_login_attempts_exceeded($login)) {
                $data['show_captcha'] = TRUE;
                if ($data['use_recaptcha']) {
                    $data['recaptcha_html'] = $this->_create_recaptcha();
                } else {
                    $data['captcha_html'] = $this->_create_captcha();
                }
            }

While I haven't tested it, from reading it it looks like commenting out the if block (or deleting it) will cause a captcha never to display during login.


Messages In This Thread
Tank Auth. How to remove Captcha (but completely remove it...) - by El Forum - 05-13-2011, 10:45 AM



Theme © iAndrew 2016 - Forum software by © MyBB