admin管理员组

文章数量:1332377

On of our clients has several Wordpress websites (not a multisite). Is there a way/plugin that can make it easy for them to switch between these sites without having to login all the time?

They should only have editor rights (so not being able to update plugins etc.)

I can't find a simple solution for this, but maybe I haven't looked in the right place.

Any help is appreciated, thank you!

On of our clients has several Wordpress websites (not a multisite). Is there a way/plugin that can make it easy for them to switch between these sites without having to login all the time?

They should only have editor rights (so not being able to update plugins etc.)

I can't find a simple solution for this, but maybe I haven't looked in the right place.

Any help is appreciated, thank you!

Share Improve this question asked Jul 3, 2020 at 13:09 thegirlinthecafethegirlinthecafe 561 silver badge9 bronze badges 4
  • Are they on separate domains, or the same domain? Login/logout to one site shouldn't affect another if they're on different domains? – mozboz Commented Jul 3, 2020 at 13:40
  • If it's just a question of convenience, maybe 'SSO' is a helpful search term. I found this which may be helpful if you want them to e.g. manage logins in one place and signing in to one place signs you in to many Wordpresses at once wordpress/support/topic/sso-on-many-wp-websites – mozboz Commented Jul 3, 2020 at 13:44
  • 1 Migrating to multisite would be the easiest, otherwise you're asking the generic case of how to implement federated login/single sign on/SSO. This won't be a trivial task, particularly as you already have user databases set up on the sites already that would require a migration – Tom J Nowell Commented Jul 3, 2020 at 15:02
  • Hi Tom, thank you for your answer. I will look into multisite as well, seems indeed a tedious task, but might be worth the try. – thegirlinthecafe Commented Jul 3, 2020 at 15:47
Add a comment  | 

1 Answer 1

Reset to default 2

Possibly what you're looking for is 'single sign on' or SSO.

There's a plugin called WP Auth Server which provides SSO between Wordpress websites without the need for any extra sign-on service. Maybe it'll do what you want. I don't have first hand experience with this or SSO in Wordpress but have set it up in other contexts.

Connect your app to WordPress or use SSO to connect multiple websites with the same username and passwords. No 3rd party servers are needed with WP OAuth Server. Everything you need is in this plugin.

https://wordpress/plugins/oauth2-provider/

本文标签: customizationSwitch between Wordpress websites easy for an end user