tags:

views:

39

answers:

1

Is it possible to create a Joomla account outside the web interface. I want to create one from my Java application. If so can you give me an idea about the best way to do this?

These are my thoughts so far:

1. Create a php page that inserts the data directly into the database (but is there more to an account than simply the users table).

2. Posting the data to the register page (but will it then detect that I am not using the web interface)

+2  A: 

Yes, it's possible. You can:

GmonC