cross domain Login, need help with little plugin editing.
-
hello everyone!!
MY SITUATION-
I am using WP 3.5.1 I have 2 networks from one wordpress installation using network for wordpress plugin, and i allow to register subdomain blogs on these networks.
main network- autoblog.in
secondary network- ospage.in
example registered blog- test.ospage.in {username- test99 password- 12345}I want to have a common login across all the network for different domains, for this i installed a short unofficial plugin.
here the link to description page and plugin code.WHAT IS THIS PLUGIN DOING
Plugin does the job of synchronizing the login cookie, that means if i sign into any one blog on any particular network, then it would automatically sign me into all other networks. But the problem is- signed-in blogger is be unable to access its own wp-admin area. Here is what exactly happens-
1- when a blogger tries to login into his blog.2- he will redirected and asked to login twice, (this happens only if he logs in from his blog and not the main site), this time into (master domain, autopage.in)
https://autopage.in/wp-login.php?redirect_to=http%3A%2F%2Fautopage.in%2Fwp-admin%2Fuser%2F&reauth=1
3- He is presented with wp-admin of autopage.in (main network or master domain), but only as a user.
4- Now when the blogger tries to access it own blog’s wp-admin, he gets following warning.
You attempted to access the “test99” dashboard, but you do not currently have privileges on this site. If you believe you should be able to access the “test99” dashboard, please contact your network administrator.
WHAT DO IT WANT
i want bloggers to be able to sign in once into any network and must have the ability to
1- acess the wp-admin area of their own blog.
2- ability to comment on blogs of other networks without signing in everytime.Dear readers, i need some help to fix this. Unfortunately plugin author won’t respond anymore.
- The topic ‘cross domain Login, need help with little plugin editing.’ is closed to new replies.