1
Hello,
I am trying to import new users in my XOOPS website.
In fact, I have developped another registration page without using the Xoops' registration system.
I am using a classic PHP page with:
INSERT INTO xoops_users(uname,pass,email,...) VALUES($uname,$pass,...)
The registration is added in the database and I can sign in.
But it's very strange because if I want to visit another page than the module system (for example /catads/ or /newbb/) I am not allowed.
Can you help me ?
Thanks