Hi, I have multisite. With User Registration I can register a user to the specified site where the form is. But is it possible to register that user to all site with the same role?
Hi, I have multisite. With User Registration I can register a user to the specified site where the form is. But is it possible to register that user to all site with the same role?
Currently it is not a built in feature to register that user on all sites with the same role. The user is only registered on the site the form is submitted on. It would be possible to do what you want to do, but only as a customization by writing custom code and using available hooks.
How users are handled in WordPress Multi-Site isn't the most graceful and flexible, it poses a lot of annoyances when creating custom registration functionality due to the way the user table is shared and roles are handled.
ok thanks a lot