Hi there,
I am new to Drupal and find it very simple and intuitive.

I have a question which I think, someone will answer here.

I need to create a portal registration page for users, which automatically creates a separate database for each user who registers.

I hope I am clear. Please let me know if I am ambiguous.

Any help would be appreciated.

Regards
Pankaj

Comments

vm’s picture

api.drupal.org

you will likely have to find an entry point (hook) to be used during registration that can be altered to suit and put in a custom.module. registration is handled by the user.module best I can tell.

drupal won't automagically create a database, or it would do it during it's own installation. That will likely require some other type of script on the server triggered by user registration.