By drm on
I have a multisite where we want _many_ users to be shared, but not all. So rather than sharing the users table in settings.php, I'm programmatically farming out rows from users and user_roles as appropriate for our system design.
Can I still use multisite login? Do I need to update the login column manually somehow with a hook_user call?
The related situation is how roles are dealt with, since it doesn't mention sharing users_roles. Users who have a site admin role in some sites need to be logged in with a different role on other sites. We're already handling this when we farm the user info at at account creation time.