Hi,
Seems like I found where was my problem.
When a user creates an account and validates it on http://www.mysite.com/intranet/ it adds a usermeta “ussync_email_verified” whit value=true in the intranet_usermeta table, but it does not add it to the main site usermeta table.
In the intranet list of users (in wp-admin), the new user is tagged as validate (in the “verified use”r column), but in the main site list of users, the new user is tagged as not validate. Once this user is validated by admin in the main site list of users, the usermeta “ussync_email_verified” appears in the main site usermeta table and there is no more problem to keep user connected between the two sites.
Am i right on this point ? Would it be possible to add to the plugin an option so that once a user is verified on one site, it is also verified on the other ?
Thanks !