I would like to know if there is a way to have the wpmu plugin without all the extras. I just need to have a single sign on solution widget, I can do all the other stuff using session variables for checking if they have an active subscription or not, I just want to have a log in widget that logs someone in to amember and then use the same username and password to log them in to wordpress. does such a thing exist?
Sure existing wpmu plugin can do this without a problem. It will add users to wordpress and handle signle login between wordpress and aMember.
Alexander, The WPMU plugin in combination with WP3 (upgraded from WPMU 2.9.2) does not properly logout the user. logout.php redirects them back to login.php?amember_redirect_url=the_page Everything else seems to work just fine, but the user is never logged off. Is it easy to update/fix the plugin? Erwin
The problem is definitely aMember, when I logout via widget/wordpress the user is logged off. When the user logs out of amember via the member page logout link, then the user is send back to login.php?amember_redirect_url=the_page