Closed (fixed)
Project:
Domain
Version:
5.x-1.14
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Mar 2010 at 23:38 UTC
Updated:
27 Apr 2010 at 14:22 UTC
Hi all,
I'm trying to create a filter for the user list page that will filter users by the domain(s) they are assigned to by extending the User List module. But I can't find where a users assigned domain(s) is stored in the database. Can someone help? Thanks.
Comments
Comment #1
agentrickardCan't easily do this in D5. It's stored in the 'data' column of the {users} table as a serialized array.
In D6, it's in the {domain_editor} table.
Comment #2
agentrickard