1
nerdygeek
How do I remove CAPTCHA confirmation code for new registrations
  • 2009/5/10 15:10

  • nerdygeek

  • Just popping in

  • Posts: 13

  • Since: 2008/10/16


A few people are unable to register on my new XOOPS website and they are unable to enter the correct captcha confirmation code, they enter it correct but each time it says its wrong.

I've not had the issue but I want to remove it as I dont really want it on there anyway.

Does anyone know how to remove this please?

2
playsome
Re: How do I remove CAPTCHA confirmation code for new registrations
  • 2009/5/10 21:05

  • playsome

  • Not too shy to talk

  • Posts: 197

  • Since: 2009/4/15


Hello, Im guessing you have the user profiles module installed? if you uninstall it then people will register on yoursite.com/register.php which doesnt show captcha.

3
Monika
Re: How do I remove CAPTCHA confirmation code for new registrations
  • 2009/5/10 21:13

  • Monika

  • Not too shy to talk

  • Posts: 103

  • Since: 2008/12/19


Quote:
Hello, Im guessing you have the user profiles module installed? if you uninstall it then people will register on yoursite.com/register.php which doesnt show captcha.


But how about if we want to keep the profile module and just disable Captcha on registration page?!

4
nerdygeek
Re: How do I remove CAPTCHA confirmation code for new registrations
  • 2009/5/10 22:11

  • nerdygeek

  • Just popping in

  • Posts: 13

  • Since: 2008/10/16


well I removed the user profile module and I registered another user and after entering username ect it take me to a second page where it asks for CAPTCHA again..

Can this be removed too please?

5
nerdygeek
Re: How do I remove CAPTCHA confirmation code for new registrations
  • 2009/5/12 18:05

  • nerdygeek

  • Just popping in

  • Posts: 13

  • Since: 2008/10/16


Can no one help with this issue??

Is there any support for Xoops?

6
sailjapan
Re: How do I remove CAPTCHA confirmation code for new registrations

when people have time and know-how, yes, there is support for XOOPS. Everyone here is a volunteer.
Never let a man who does not believe something can be done, talk to a man that is doing it.

7
nerdygeek
Re: How do I remove CAPTCHA confirmation code for new registrations
  • 2009/5/18 15:28

  • nerdygeek

  • Just popping in

  • Posts: 13

  • Since: 2008/10/16


Does anyone have the time now to help with this issue, I'm obviously not the only one that would like to know an outcome?

Thank you

8
Runeher
Re: How do I remove CAPTCHA confirmation code for new registrations
  • 2009/5/18 16:23

  • Runeher

  • Module Developer

  • Posts: 825

  • Since: 2008/1/24


To get completly rid of captcha on register, open register.php and comment out lines 93-95:
//xoops_load("XoopsFormCaptcha");         
//$cpatcha = new XoopsFormCaptcha();         
//echo "<br />".$cpatcha->getCaption().": ".$cpatcha->render();


and lines 120-124:
//xoops_load("captcha");     
//$xoopsCaptcha = XoopsCaptcha::getInstance();     
//if( !$xoopsCaptcha->verify() ) {        
// $stop .= $xoopsCaptcha->getMessage()."<br />";    
// }

9
nerdygeek
Re: How do I remove CAPTCHA confirmation code for new registrations
  • 2009/5/18 19:57

  • nerdygeek

  • Just popping in

  • Posts: 13

  • Since: 2008/10/16


thank you very very much for the reply but its still asking for captcha, do I need to remove anything else??

10
Runeher
Re: How do I remove CAPTCHA confirmation code for new registrations
  • 2009/5/18 20:21

  • Runeher

  • Module Developer

  • Posts: 825

  • Since: 2008/1/24


This works for me... i had the same problem on a site...

I am not using the user profile module!

Login

Who's Online

168 user(s) are online (118 user(s) are browsing Support Forums)


Members: 0


Guests: 168


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits