Closed (fixed)
Project:
Domain
Version:
6.x-1.0-rc3
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Jul 2008 at 15:59 UTC
Updated:
23 Jul 2008 at 10:56 UTC
Jump to comment: Most recent file
Comments
Comment #1
agentrickardIt may. But only if you are using advanced editing options described in 6.2.
It only affects how users post content if you have a certain configuration as described in 4.2.2 Content Editing Forms. Specifically:
There may, in fact be a small bug, since the routine that controls this behavior doesn't check to see if the target domain is active. Though, if it is not, then the user will be directed to the root domain anyway.
So the end result would be: if user two registers through user one's domain, and user one goes away (or is blocked), then user two would be redirected to the primary domain when posting. But, again. this only occurs under one possible configuration.
So I think this is not an issue.
You, as the admin, can also re-assign users to other domains.
It might also be desirable to force users to sign up from a certain domain -- but that is a feature for another day. See http://drupal.org/node/278582 for the current workload.
Comment #2
agentrickardHmm.
This code (in domain_form_alter) probably does need to sanity check itself:
See attached. Accessing an invlaid domain on node creation now takes you to the default domain.
Comment #3
agentrickardCommitted to HEAD and 5-dev.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.