WordPress Membership Plugin
You can go to the Member page and select the new members you want to email. Then click on bulk actions and select “Set status to Active and Notify”.
Since I upgraded to version 3.5.8, any user that attempts to login is immediately logged out. I see in the changelog for 3.5.8 a new function was added:
Added a new function to logout the user from the swpm system if the corresponding wp user session is logged out.
I see in the log that the check is made to see if the user is logged out of WP. Since the user is trying to login, he is logged out of WP, so the synchronization check fails and the user is logged out. Here is the line from the simple-membership/log-auth.txt file:
synchronise_swpm_logout_for_wp_users() – WP user session is logged out for this user. So logging out of the swpm session also.
How can this work?