Hi guys,

I have a great project where users can register themselves onto my drupal site remotely.

Whether they register remotely or do so via the traditional drupal interface, I need a page to be automatically created and associated with a user as the user is created on the system.

Can anyone tell me if any modules exist that can accomplish this for me or do I need to get down and start writing a module?

Thanks.

Comments

alexkessler’s picture

Hi there,

the content profile module (http://drupal.org/project/content_profile) automatically creates nodes from content type(s).
After you installed content profile, you get a checkbox on each content type to associate it with the user object.