Hi,
I'm integrating Roller with an existing site that has a proprietary user
management system which handles new user registration (will be using
Roller 3.1 / the site is implemented in Java running on Tomcat 5.5)
Once a new user is validated by the site I would like to automatically
create a Roller user with the same username/password. It's alright if
the user has to login to Roller separately, I just want to create the
account for them, and the solution doesn't need to be particularly
elegant, so for instance faking a POST request that simulates a
submission from the admin 'create user' form might work (I will have new
user registration disabled so there may be an issue with authentication
to make it look like the request came from an administrator.) Another
alternative may be to create the mySQL records on behalf of Roller, not
sure if that is feasible. If I can avoid kludginess by using a method
call or some other established means of adding a user that'd be the
best, but a quick and dirty solution that is reliable would be welcome too.
Please let me know if I left out any critical details or need to provide
more information.
Thanks in advance!
Joe Meadows