1
Hi, I have:
1) a working marketplace (not a XOOPS site)
2) a company XOOPS site
My problem is that when I create a new user in the marketplace (with known user & password) I would like that a new user would be automatically created in XOOPS with the same user & password.
I know there is a XOOPS API method called createUser (member of XoopsMemberHandler) but I did not found any code sample about how to use it.
Could some of you write a small code sample of how to create a new user (not admin just a nromal user) using XOOPS API? (for example user="Jack" password="black") and add it to a group?
Thank you all in advance!