Topic: Registration outside of punbb

I'm currently creating an application and would like forum accounts to be registered with the creation of a user's account. Is there a simple script or way this can be accomplished?

Re: Registration outside of punbb

This can be done simply when the website you are creating the account on has access to the database that PunBB uses. You would need to connect to the database and then recreate a insert code that is in functions as add_user

Sorry. Unactive due to personal life.

Re: Registration outside of punbb

I have not tried your suggestion Utchin but what about the password field? My guess is that PunBB encrypts the password somehow. And what you may insert may not be what PunBB expects.