• I am using two instances of WordPress for my site. They are in different folders and uses different MySql database. Is there a way so that I can make one authentication system for both (if an user login on one, it will be good for both)

Viewing 1 replies (of 1 total)
  • You’d need a plugin, and I’m not aware of any plugin for this situation at this time.

    Basically, you’d make one of the databases into the “master”, or the authoritative one; and the plugin would override all the login / profile / password stuff on the _other_ blog in order to check the data in the master blog’s database.

Viewing 1 replies (of 1 total)

The topic ‘Two Instances, Singe Authentication’ is closed to new replies.