[Solved]Using Captcha
- wakewatcher
- Forum Members
- Posts: 149
- Joined: Fri Dec 28, 2007 12:33 am
[Solved]Using Captcha
I installed Captcha. It appears both on registration (desired) and on Login (undesired) I tried disabling it in the Login Template by commenting out the {if isset($captcha)} block but then when trying to login in I get "The text from the image was not entered correctly" message. How do I enable captcha only for registration? thx.
Last edited by wakewatcher on Sat Mar 08, 2008 1:30 am, edited 1 time in total.
- wakewatcher
- Forum Members
- Posts: 149
- Joined: Fri Dec 28, 2007 12:33 am
[solved]Re: Using Captcha
Found that if I put the optional parameter nocaptcha ="1" in the tag it does exactly what I wanted.