froger-me / wp-remote-users-sync

Synchronise users across WordPress websites
GNU General Public License v3.0
72 stars 33 forks source link

log in to site #B without having to be already logged in to site #A #39

Open crissgabriel opened 3 years ago

crissgabriel commented 3 years ago

I install and set up WP Remote Users Sync plugin agains 1 domain and 1 subdomain with identical options but using different themes and I've notice the issue at the end. What I did:

  1. As I register a new user at site #A and after registration is added as expected to site #B.
  2. Login with new user's credentials at site #A succesfull.
  3. Login with new user’s credentials at site #B after logout from site #A fails. I've notice that I need to be loggen in to site #A for to be able to login to site #B otherwise I got password incorrect error. Seems like wrong password is created on site #B after registe user on site #A as on phpmyadmin there are 2 different passwords for same user on both sites #A and #B.