A quick search took me to this plugin – https://ww.wp.xz.cn/plugins/share-logins/
Please give it a try.
Thread Starter
qnkov
(@qnkov)
The plugin has alot of bad comments too. Is that the only way to do it?
This looks like a great option too qnkov! https://jetpack.com/support/sso/ Let us know if this works as an option
Thread Starter
qnkov
(@qnkov)
Share logins if you don’t pay early 50 dollars, it won’t work. So it’s out for me.
And this jetpack – sso , i don’t know how it will work to share logins between my 2 wordpress sites. Obviously it says about wodrpress.org and my site, not my two individual sites.
We don’t have any other way?
-
This reply was modified 6 years, 2 months ago by
qnkov.
-
This reply was modified 6 years, 2 months ago by
qnkov.
Thread Starter
qnkov
(@qnkov)
I found something that works, but with one problem. I’ve follow this:
https://trickspanda.com/wordpress-share-users-login/
But i have problem with one of the things that normally makes login on both sites.
define( ‘COOKIE_DOMAIN’, ‘yourwebsite.com’ );
define( ‘COOKIEHASH’, md5( ‘https://yourwebsite.com’ ) );
Once i add it, i cannot login into my sites. If i remove it, everything it’s ok.
My site url now is https://otaku.bg/otakubg/
So basicaly the code goes as this:
define( ‘COOKIE_DOMAIN’, ‘otaku.bg/otakubg/’ );
define( ‘COOKIEHASH’, md5( ‘https://otaku.bg/otakubg/’ ) );
I’m doing anything wrong or?