I love this module and use it frequently. More than once I have run into the issue where I want it to automatically create new domains for new users, except that I only want it for select user roles. Meaning, a user with a role of 'affiliate' should get a new domain created while a user with a role of 'member' should not. I use content profile and auto assign role modules to get different roles automatically assigned on user registration, so this could still get fired off immediately if the settings allowed you to choose roles to apply the automatic domain creation to. What do you think?

Comments

agentrickard’s picture

Project: Domain » Domain User
Version: 6.x-2.5 »

Domain User does something like this now, and if you're satisfied with doing it _after_ the users register, it will do exactly what you want.

Otherwise, you may need a small form_alter() or hook_user() implementation. Domain User is not getting new features in D6 and needs a maintainer for D7.

agentrickard’s picture

Status: Active » Closed (duplicate)