Page 1 of 1

CAPTCHA

Posted: Mon Apr 08, 2013 11:05 am
by koni22
Hello

how can I turn off the security building in the guestbook? It's enough for me completely when the user must enter a short word. The CAPTCHA I would like to completely switch off

thank you
and greetings from Germany
Sebastian

Re: CAPTCHA

Posted: Mon Apr 08, 2013 2:38 pm
by Klemen
Hi,

In the settings.php file change

Code: Select all

$settings['autosubmit']=1;
to

Code: Select all

$settings['autosubmit']=0;
An explanation of what all the settings do is in the readme.htm file.

Re: CAPTCHA

Posted: Tue Apr 09, 2013 11:20 am
by koni22
many thanks

Sebastian