Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

WPM User Sync

Descrizione

‘WPM User Sync’ (which actually means “WordPress Multi-Site User Synchronization”) is a plugin that allow you to configure & automate users sync between wordpress sites when you are using a multi-site setup. You will find options at network & sites level, to take aboslute control with what happen when: a new user is created, a new site is created, and when we change a role for an existing user. Enjoy!

Screenshot

  • Plugin Home for Network Admins.
  • Network level Options for WPM User Sync.
  • Network level Actions for WPM User Sync.
  • Plugin Home for Site Admins.
  • Site level Actions for WPM User Sync.

Installazione

The normal plugin install process applies, that is search for ‘WPM User Sync’ from your plugin screen or via the manual method:

  1. Upload the ‘WPM User Sync’ folder into your ‘/wp-content/plugins/’ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

That’s it! ‘WPM User Sync’ will appear in your dashboard at Network & Site level

FAQ

What exactly does this plugin do?

WPM User Sync is a plugin that enable the user synchronization in your WordPress Multisite, that is a type of WordPress installation that allows you to create and manage a network of multiple websites from a single WordPress dashboard. Key concepts:

  • WPM User sync is a plugin, not a core feature of WordPress. It was built by external developers to WordPress. However, it goes through a detailed testing process to ensure smooth operation as it interacts with core aspects of the CMS.
  • In out-of-the-box WordPress multisite setup, when you create a new user, it never sync to other sites in your network. Also, when you create a new site in your network, no users are synced to this new site. This means that you must manually register or associate users to your site, or your new site with your users. This is a tedious and manual process.
  • This plugin bring you the possibility tu automate all this scenarios: a) when you create a new user, this user can be synced to all existing sites in your network; b) when you create a new site, all users can be automatic synced to it; c) when we change an user role in one site, you can configure to replicate this change to all sites in your network; d) if you do not want automation, with this plugin you can do all previous things in manual mode :-).
  • Last but not least, when we talk about ‘user synchronization’, we never duplicate user data. The user is only one, and the same identity is the one that is added to the sites in a reference model. If you are using “SUBDOMAIN_INSTALL” option (that is, each site on your network will be a subdomain) and you want “single-sign on experience”, you should configure some cookies aspects in your WP-CONFIG. Check plugin’s website help for more information.

What is a trigger? Which ones exist here?

In WPM User Sync you will can configure some triggers to automate user sync. A trigger is procedural code that is automatically executed in response to certain events, and in the particular case of WPM User Sync & WordPress, to one of the following events:

  • New user creation: when an user register in your site, or an admin create a new one.
  • New site creation: when an admin or authorized user create a new site in your network.
  • User role edited in one site: when you edit a user role in one of your network sites.

Its very important to remember that you can configure all these 3 triggers from network level options.

What kind of options do I have at the network level?

At network level you can configure the 3 triggers that we descripted in the past:

  • New Site Automatic Sync: When a new site is created in the network, all users in the database will be added to this new site with default site role. If no default role is configured, “subscriber” role will be added.
  • New User Automatic Sync: When a new user is created in the network, will be added to all sites in the database with each default site role. If no default role is configured, “subscriber” role will be added.
  • Set User Role Automatic Sync: When an user role change is detected in any site (for example change an user to administrator of an specific site) this change will be replicated to all other sites (in the other sites will be administrator, too).

Also, you can execute the following actions:

  • Sync from scratch: Sync all sites with all users. Each site will receive all users with default site role. If no default role is configured, “subscriber” role will be added. Existing users will have not changes.
  • Sync specific site: All selected sites will receive all users with default site role. If no default role is configured, “subscriber” role will be added. Existing users will have not changes.

What can configure an administrator at site level?

At site level you can not configure any option. But you can execute the following action:

  • Sync from scratch: Add all network users in your site with default site role. If no default role is configured, “subscriber” role will be added. Existing users will have not changes.

Can I avoid automatic actions and only act with manual actions?

Yes! You can. Disable all triggers at network level & you will allow to execute only manual actions.

Does this plugin host information in the local WordPress database?

Yes. This plugin host information in “sitemeta” table to remember network sync options.

Does this plugin connect to any external web service?

Nope.

I love it, how can I show my appreciation?

If you have been impressed with this plugin and would like to somehow show some appreciation, rather than send a donation my way, please donate to your charity of choice. I will never ask for any form of reward or compensation. Helping others achieve their goals is satisfying for me 🙂

Recensioni

7 Ottobre 2020 1 risposta
I have started using WPM user sync plugin a few days ago. Amazing plugin! Its working pretty awesome! Had been looking for this kind of plugin for quite some time! Kudos to Pablo for creating it! 🙂
4 Giugno 2020
I tried lots of other plugins, but this one worked like charm. Great job!
Leggi tutte le recensioni di 4

Contributi e sviluppo

“WPM User Sync” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

Traduci “WPM User Sync” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.

Changelog (registro delle modifiche)

1.1.1

  • Compatibility with WP 5.6.1 checked. No functional changes.

1.1 (2020-04-11)

  • Bug fixed: user sync when end-user register in the network.
  • Performance improved adding some conditional during triggers.

1.0 (2020-04-05)

  • Initial source code.
  • Bump tested WordPress version to 5.4
  • Check help for all features.