Quote:
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');