Single sign on between two wordpress website

I have two wordpress website Ex:abc.com and xyz.abc.com (both are in wordpress). i want to implement single sign on(SSO) into this two website without using multisite functionality. 1 Answer 1 Let’s assume that we have two websites, mentioned in your question – abc.com, xyz.abc.com, and their table prefixes are – ab_, xy_. Requirements Both websites … Read more

How do I set up single sign on for multiple WP installs across the same domain?

I want to set up multiple WP installs in a few subdirectories. For example, one WP install would live at mydomain.com/blog. Another WP install might live at mydomain.com/project1 and another might live at mydomain.com/project2. I’d like to enable single sign on so that I only have to issue one username and password for a user … Read more

How to customize wp_signon()

I am trying to get a customized sign on process. The features that are absent in WordPress by default are the following: Allow user to choose a password at the time of registration. Allow user to sign in using social networks particularly Facebook, Twitter and Google plus. Verify user’s Cell Phone number using sms for … Read more

Friendica integration using wordpress authentication

I currently have a BuddyPress community with bbPress forums and a MediaWiki based collaborative area. I’ll soon be adding Friendica support for good integration with other friends Diaspora websites plus other social network integration that Friendica can provide. I basically want Friendica to use BuddyPress for authentication, single sign on. If the user is logged … Read more