Member ID changed on login
-
I restrict access to content based on the WP User Role. With Membershipworks Login Connector active, members cannot see this content.
Looking at wp-content/plugins/memberfindme-login-connector/memberfindmelogin.php
I note lines 90 and 91:wp_clear_auth_cookie();
wp_set_current_user(0);The current user ID should not be set to 0, it messes with the WP User system.
I have commented these two lines out and the system now works as expected.
Can this be rectified, please.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Member ID changed on login’ is closed to new replies.