Page 1 of 1

[solved] Disable captcha for FEU login

Posted: Thu Oct 25, 2007 1:15 pm
by logan
Hello,

this may be an obvious question, but I'm was not able to figure it out by my own.
I use FEU 1.2.0 with CMSMS 1.2

I incorporated {cms_module module=FrontEndUsers} in my page to enable front end users to login.
This is working fine, but the login form requires a captcha. I would like to enable my users to login without typing in a captcha.
Is there a possibility to disable the captcha here. I tried the options captcha='false' or captcha='0' inside the smarty tag, but this didn't work and I can't find an appropriate option in the FEU Admin area.

I have module captcha 0.3 installed and I don't want to uninstall it, because it is used in other modules (e.g. guestbook).

Maybe this is trivial, but I can't find the solution for some time now, so any help is appreciated.

Re: Disable captcha for FEU login

Posted: Thu Oct 25, 2007 1:23 pm
by alby
logan wrote: this may be an obvious question, but I'm was not able to figure it out by my own.
I use FEU 1.2.0 with CMSMS 1.2

I incorporated {cms_module module=FrontEndUsers} in my page to enable front end users to login.
This is working fine, but the login form requires a captcha. I would like to enable my users to login without typing in a captcha.
Is there a possibility to disable the captcha here. I tried the options captcha='false' or captcha='0' inside the smarty tag, but this didn't work and I can't find an appropriate option in the FEU Admin area.

I have module captcha 0.3 installed and I don't want to uninstall it, because it is used in other modules (e.g. guestbook).
In module help:

Code: Select all

nocaptcha="1"
Alby

Re: [solved] Disable captcha for FEU login

Posted: Thu Oct 25, 2007 1:28 pm
by logan
thank you for your reply

I knew it was easy :)

But I swear, this option is not mentioned in the my Help screen of the module.
Maybe the Help screen is a older version.

Anyway it works now. thanks.

Re: [solved] Disable captcha for FEU login

Posted: Thu Oct 25, 2007 1:39 pm
by alby
logan wrote: But I swear, this option is not mentioned in the my Help screen of the module.
Maybe the Help screen is a older version.
Please, ask to your translation language dev for update or ask for inclusion in translation project  :)

Alby

Re: [solved] Disable captcha for FEU login

Posted: Thu Oct 25, 2007 1:44 pm
by logan
You are right, I think the reason is, that I use the german version of the Help screen.

How can I reach the dev for the german version?

How can I get the english version of the help pages, in case something like this comes again?

Re: [solved] Disable captcha for FEU login

Posted: Thu Oct 25, 2007 1:51 pm
by alby
logan wrote: You are right, I think the reason is, that I use the german version of the Help screen.

How can I reach the dev for the german version?

How can I get the english version of the help pages, in case something like this comes again?
cyberman is german admin translation, ask him for your inclusion
In User preferences you can toggle to english/german languages

Alby

Re: [solved] Disable captcha for FEU login

Posted: Thu Oct 25, 2007 2:19 pm
by logan
I will try.

thanks for your help alby.