Unable to match previous users
-
As asked in this post: https://www.ads-software.com/support/topic/site-with-closed-registration?replies=1
I want to know if it is possible to connect previously registered users with their OAuth account. Currently it seems during the
wpoa_login_user()
method uses$matched_user = $this->wpoa_match_wordpress_user($oauth_identity);
which returns false (see wp-oauth.php). From what I can tell though there is no way this will be true for users already registered.Currently looking into a way to add that but would love to have your input on if this is correct and maybe why that is the case.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Unable to match previous users’ is closed to new replies.