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

agentrickard’s picture

Can'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.

agentrickard’s picture

Status: Active » Closed (fixed)