Single sign on between two wordpress website

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 must be installed within the same domain. Both websites must share the same database using different table prefixes. Both websites must share user tables ( ex. ab_users, ab_usermeta ). Websites’ … Read more

CAS authentication for WordPress

I have installed “WP Cassify” plugin to enable CAS login for my WordPress.But after entering the username and password in CAS login screen, I am getting following error in my web browser: Error [ wp_cassify_do_ssl_web_request ] : SSL certificate problem: self signed certificate I don’t know the reason behind this issue. I am using ubuntu … Read more