1
albogenius
HELP with user registration.
  • 2011/7/12 16:40

  • albogenius

  • Just popping in

  • Posts: 32

  • Since: 2010/12/9


Hi I have moved the xoops becouse of host problem to an another one.
Now everybody who will register in the website is administrator!!!
Wha have been changed?
Pleas help

2
Mamba
Re: HELP with user registration.
  • 2011/7/12 20:44

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Quote:
What have been changed?

This should not happen, if you properly transferred the XOOPS installation to another host.

How did you do it? What did you change?

For the time being, till it is resolved, go to:

/modules/system/admin.php?fct=preferences&op=show&confcat_id=2

and set "Allow new user registration?" to No

Now to a root-cause possibilities:

1) It's possible that you've changed the "Registered Users Group" and gave them access to the System Admin Rights

2) It's possible that you've changed in the mainfile.php the designation of each group, which normally should be:

define('XOOPS_GROUP_ADMIN', '1');
define('XOOPS_GROUP_USERS', '2');
define('XOOPS_GROUP_ANONYMOUS', '3');

E.g., if right now it is:

define('XOOPS_GROUP_USERS', '1');

then switch it back to

define('XOOPS_GROUP_USERS', '2');
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

3
iHackCode
Re: HELP with user registration.

xoops version number and any profile modules?
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧

4
albogenius
Re: HELP with user registration.
  • 2011/7/13 7:57

  • albogenius

  • Just popping in

  • Posts: 32

  • Since: 2010/12/9


Thank you mamba.
I have forget to integrate my yogurt module to userinfo.php
thats why have come this error.

iHackCode I'm using xoops 2.0.18.2 My profile modules is just yogurt 3.3. RS
Also I have and the newest protector.

P.S can someone give me a good xoops .httpaccess that i can put in every folder:)
I have found one for joomla but not and for xoops.

For xoops I have just one using to protect userinfo and user.
Also and one other for mygallery.
If there is an another standard what is blocking good pleas share it.

Thanks in advance
Money is the wise man's religion

5
Mamba
Re: HELP with user registration.
  • 2011/7/13 9:02

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Quote:
I have forget to integrate my yogurt module to userinfo.php
thats why have come this error.

I'm glad that this has been resolved
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

6
albogenius
Re: HELP with user registration.
  • 2011/7/13 12:25

  • albogenius

  • Just popping in

  • Posts: 32

  • Since: 2010/12/9


Yes now is ok.
Just the last question about good .httpaccess code.
Do you have any good?
Thanks in advance

/BR
albogenius
Money is the wise man's religion

7
ddmaxwell
Re: HELP with user registration.
  • 2011/7/14 14:13

  • ddmaxwell

  • Just popping in

  • Posts: 15

  • Since: 2011/7/14


This should not happen, if you properly transferred the XOOPS installation to another host.

How did you do it? What did you change?

For the time being, till it is resolved, go to:

/modules/system/admin.php?fct=preferences&op=show&confcat_id=2

and set "Allow new user registration?" to No

Now to a root-cause possibilities:

1) It's possible that you've changed the "Registered Users Group" and gave them access to the System Admin Rights

2) It's possible that you've changed in the mainfile.php the designation of each group, which normally should be:

define('XOOPS_GROUP_ADMIN', '1');
define('XOOPS_GROUP_USERS', '2');
define('XOOPS_GROUP_ANONYMOUS', '3');

E.g., if right now it is:

define('XOOPS_GROUP_USERS', '1');

then switch it back to

define('XOOPS_GROUP_USERS', '2');

Nice one pal, thanks for the info!!

Login

Who's Online

195 user(s) are online (106 user(s) are browsing Support Forums)


Members: 0


Guests: 195


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