Gossamer Forum
Home : Products : DBMan : Customization :

Generate new user from external script

Quote Reply
Generate new user from external script
Is there a way to generate a new user from an external script? For instance, if I have someone sign up online to a service I would like to dynamically generate a new dbman user and password in my sign up script and provide that info to the user. The options I am considering are: copying the dbman code for adding a user into my signup script, generating the POSTs to dbman for admin adding a user/pw from inside my script, and least appealing to generate a number of user/pw's ahead of time and have the sign up script pull these from a file.

Anyone have any ideas on the best way to proceed forth? Right now I am leaning towards the POST method.

Thanks for any suggestions.