Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Frank Bueltge

    (@bueltge)

    WordPress store the data in one table _usermeta for all sites. But all data, there can be different, are stored to different key.

    Like settings for Site 1 in prefix_2_user_level. The user have in each site the possibility to different roles, capabilities and settings.

    If you would change this, only via custom plugin source is this possible. I don’t know, whether there is a plugin for this requirement.

    If you create a user in the network area, he is available in all sub-sites. If you create a user in a subsite, he can not be used on the other sites. I use “Multisite User Management” to enable users on my other sites, but this works only for new users.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Transform existing site, global users storage’ is closed to new replies.