Share login info between CMSs (Wordpress and phpBB)

落花浮王杯 提交于 2019-12-22 18:36:13

问题


Say I want to develop a site with some CMS embedded in it - e.g., a Wordpress blog and phpbb forum.

What's the most convenient way to unify the log-in and sign-up process for my site?

Letting users have a different registration process for each part of the site would probably scare any sane user away.

EDIT

I prefer generic solutions, not necessarily for the aforementioned CMSs.


回答1:


Both Wordpress and phpBB3 have OpenID authentication plugins -- you could use OpenID for both.




回答2:


This might be what you want:
http://www.wp-united.com/




回答3:


Usually this is solved by a plugin into one CMS that uses or even syncs the login data from the other system.

For Wordpress / phpbb you might have a look at this

Using the data works, if the system does not need additional user data, so phpBB could not use an external login table because AFAIK it needs extra data for users (such as permissions).




回答4:


I think this is what you want:

http://www.e-xtnd.it/wp-phpbb-bridge/

This plugin is for WordPress, there is no need to create phpBB hacks. You can login once on both software, and also you can use some installed widgets to integrate more options from the phpBB side into WordPress.



来源:https://stackoverflow.com/questions/2162290/share-login-info-between-cmss-wordpress-and-phpbb

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!