Wordpress共享用户数据库进行登录

编程入门 行业动态 更新时间:2024-10-28 10:24:20
本文介绍了Wordpress共享用户数据库进行登录的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我想做的是在同一个数据库上的2个或更多Wordpress安装之间共享用户凭据。我读了很多教程,论坛上这一个,但没有给我一个明确的答案这一个。所以根据Wordpress Codex([1]),我所要做的是将下面的代码添加到wp-config.php(子安装),以切换用户和usermeta的表:

What i'm trying to do is to share the users credentials between 2 or more Wordpress installations on the same database. I read many tutorials, and forums on this one but none gave me a clear answer on this one. So according to Wordpress Codex ([1]), all I have to do is add the code below to wp-config.php (child installation) in order to switch tables for users and usermeta:

define( 'CUSTOM_USER_TABLE', 'main_users' ); define( 'CUSTOM_USER_META_TABLE', 'main_usermeta' );

这允许我使用根网站的用户名和密码登录, / p>

This allows me to login with the root sites' username and password but I'm getting the message

您没有足够的权限存取这个专页。

You do not have sufficient permissions to access this page.

然后我完全失去了。我检查了数据库中的_capabilities,如[1]所述,但仍然收到该消息。

Then I'm completely lost. I checked the _capabilities inside the database as stated at [1] but still getting that message.

任何帮助将真的很感激,因为我工作在这一个为3天。谢谢!

Any help would be really appreciated since I'm working on this one for 3 days. Thanks!

[1] http ://codex.wordpress/Editing_wp-config.php#Custom_User_and_Usermeta_Tables

推荐答案

这不完全是正确的方式去。如果你成功了,我想你会打开自己一些严重的安全漏洞。

This is not quite the right way to go about it. If you succeed with this, I think you'd be opening yourself up to some serious security vulnerabilities.

相反,你应该考虑创建一个WordPress多站点安装。 Multisite的详细信息位于: codex.wordpress/Create_A_Network

Instead, you should look into creating a WordPress Multisite install. The details of Multisite are here: codex.wordpress/Create_A_Network

您还可以在这里了解更多关于Multisite的信息: mashable/2012/07/26/beginner-guide-wordpress-multisite/

You can also learn more about Multisite here: mashable/2012/07/26/beginner-guide-wordpress-multisite/

尝试获得两个单独的安装共享信息不是正常的方式来攻击这个问题...大多数时候有这个要求,我看过人们使用Multisite。

Trying to get two separate installs to share information isn't the normal way to attack this problem... most of the times with this requirement, I've seen people use Multisite.

更多推荐

Wordpress共享用户数据库进行登录

本文发布于:2023-10-30 03:14:10,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1541600.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:数据库   用户   Wordpress

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!