omitting Captcha
omitting Captcha
I have Captcha installed for an email form I use on my site but I also have a Front End User page for some security pages that are for members who sign in. Is there a way to get rid of the Captcha for that sign in page but keep it for the email form?
Re: omitting Captcha
This can be done. See the FrontEndUsers documentation (Help page).
Re: omitting Captcha [SOLVED]
I guess I wasn't clear in my post. The question should have asked how it could be done, not where the answer may potentially be.
At any rate, after speaking with someone who uses this system as well I discovered that the documentation isn't as user friendly as it could be for newer users. The answer to my question lies in what they call the parameters of the module. You're not going to find any tab or specific page for these parameters when editing your Front End User area, however. Instead you need to add them manually to the tag that you place on your login page.
Example (concerning Captcha):
This, oddly enough, is what the other person typed in a response to my question. Pretty quick and simple, huh?
There's a list of these parameters on the help page, with spelling errors and all. I guess people are too busy to type these days.
Cheers
At any rate, after speaking with someone who uses this system as well I discovered that the documentation isn't as user friendly as it could be for newer users. The answer to my question lies in what they call the parameters of the module. You're not going to find any tab or specific page for these parameters when editing your Front End User area, however. Instead you need to add them manually to the tag that you place on your login page.
Example (concerning Captcha):
Code: Select all
{FrontEndUsers nocaptcha="1"}
There's a list of these parameters on the help page, with spelling errors and all. I guess people are too busy to type these days.
Cheers
Re: omitting Captcha
I actually had the "nocaptcha" example typed out in my original response, then erased it. You learned more by finding the parameters on the Help page (typos and all) than you would have if I had just said "here, do it like this". 
