Closed (fixed)
Project:
Domain
Version:
6.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Jan 2010 at 10:52 UTC
Updated:
19 Feb 2010 at 09:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
agentrickardNope. You need a custom module.
You can either force users to another domain using domain_goto() or manipulate the form submission so that users's are not assigned to a certain domain.
Comment #2
kenorb commentedCurrently I've done it by following init function:
where domain_id is specified domain where you want to disable registration form.
Unless there will be some custom module which will provides this functionality.
Comment #3
bisonte_biscottato commentedI make a stupid module to make this function. It's my first module, so be patient....:)