1
xsell
how do you disable confirmation code?
  • 2008/9/23 21:03

  • xsell

  • Quite a regular

  • Posts: 245

  • Since: 2008/9/2 1


hello

how do you disable captcha code from add comment area and register new user??

my XOOPS is 2.30 the one just has been released

2
Marco
Re: how do you disable confirmation code?
  • 2008/9/23 21:06

  • Marco

  • Home away from home

  • Posts: 1256

  • Since: 2004/3/15


/class/captcha/config.php
change
"disabled" => false, // Disable CAPTCHA
to
"disabled" => true, // Disable CAPTCHA
Do synergy or die.

3
xsell
Re: how do you disable confirmation code?
  • 2008/9/23 22:25

  • xsell

  • Quite a regular

  • Posts: 245

  • Since: 2008/9/2 1


Great .. thx

4
ghia
Re: how do you disable confirmation code?
  • 2008/9/24 0:03

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


Quote:
/class/captcha/config.php
change
"disabled" => false, // Disable CAPTCHA
to
"disabled" => true, // Disable CAPTCHA

Could this not be better be a configuration option and placed in admin - preferences?

5
xsell
Re: how do you disable confirmation code?
  • 2008/9/24 4:53

  • xsell

  • Quite a regular

  • Posts: 245

  • Since: 2008/9/2 1


Yah .. it easier if it was in the admin panel as well as the Number of trys to inpute the security code

6
Marco
Re: how do you disable confermation code?
  • 2008/9/24 17:06

  • Marco

  • Home away from home

  • Posts: 1256

  • Since: 2004/3/15


yep, it's planed. there is a need to check the installation of GD as well. we'll see for next releases. But we now focus on 3.0.
Do synergy or die.

7
xsell
Re: how do you disable confirmation code?
  • 2008/9/25 0:38

  • xsell

  • Quite a regular

  • Posts: 245

  • Since: 2008/9/2 1


i disabled it but i still get error or invaild security code

8
ghia
Re: how do you disable confirmation code?
  • 2008/9/25 4:04

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


Try to change in function verify
if ( is_object($GLOBALS["xoopsUser"]) && !empty($skipMember) ) {

to
if (!isActive()) {
            
$is_valid true;
        }
        elseif ( 
is_object($GLOBALS["xoopsUser"]) && !empty($skipMember) ) {

9
xsell
Re: how do you disable confirmation code?
  • 2008/9/25 6:41

  • xsell

  • Quite a regular

  • Posts: 245

  • Since: 2008/9/2 1


Sorry for my dumb question but in which File i have to edit that ?

2- Can you tell me how to edit the file register.php so it allow sing up with Name's does't use English Letters , like Pakistan Characters or Hebrew

10
ghia
Re: how do you disable confirmation code?
  • 2008/9/25 11:45

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


Sorry.
In /class/captcha/xoopscaptcha.php .

2) Open a new thread for this question, if you don't find it in the preferences. There is a setting 'Select the level of strictness for username filtering'. Setting it to loose should allow it.

Login

Who's Online

225 user(s) are online (143 user(s) are browsing Support Forums)


Members: 0


Guests: 225


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