Multisite User Profile
Categories
Component ID
365855
Component name
Multisite User Profile
Component type
module
Component security advisory coverage
not-covered
Downloads
1880
Component created
Component changed
Component body
The multisite_user_profile module works in the following scenario:
You are sharing a user table among multiple Drupal sites.
You are NOT sharing profiles.
Each site enables profile module and creates a textfield.
As users fill out their profile, this module will mirror their profile data
into the data portion of the user object.
So each site has access to the other sites' user profile data by looking
in $user->multisite_user_profile.
