Realize the synchronization problem of users in all blogs in multi-site mode. That is to say, if a user registers a site in a multi-site network, he can log in to all sites in the network. You can log in. Today I saw a plug-in called Multisite User Role Sync. From the introduction, it seems that it can solve this problem:
Multisite User Role Sync works as follows:
1. When a user visits a website, the The plugin will check whether the user is a registered user of this website.
2. If the user is already a registered user of this website, no operation will be performed.
3. If this user is not a registered user of this website, this user will be added to this website (the role you set will be automatically assigned, which can be the role of Blog #1 or the specified default role) [Synchronization Role]
4. If this user is not a registered user of Blog #1, this user will be assigned the specified default role [Default Role]
5. When the user role is updated, this user can be updated Role in all blogs. [Role Update]
This logic can only be understood after careful consideration of the setting options:
Search Multisite User Role Sync in the background plug-in installation interface to go online Install, or download Multisite User Role Sync, unzip it and upload it to the wp-content/plugins directory.
For more wordpress related technical articles, please visit the wordpress tutorial column to learn!
The above is the detailed content of How to synchronize multiple site users in wordpress. For more information, please follow other related articles on the PHP Chinese website!