@ ottomek
re: Ok I found my error. The Member listing was already linked to another email address before I updated this. So I just started fresh with a new member/email and that worked.
Great to hear you figured it out! Just to clarify… the links that are made are persist so even after email changes the link will remain between the original user and entry.
re: Question though, is the login provided in the Member Login widget the same url as the wp-admin user login? Maybe it’s my web host but when I try to login through the widget I get a lot of ‘Page not found’ on the site/server. But if I just go to the wp-admin login page as regular user it works.
That’s interesting as that should not happen. The form rendered in the widget is the exact same form rendered by WordPress on the wp-admin login page. If fact they both use the exact same core WordPress function to render the form on the page. The only real major difference is that the login widget is set to redirect back to the page that the user was on after a successful login whereas the admin login redirects to the admin dashboard.
I just did a test login with an invalid user/pass (since I do not have a valid one) on your site and it properly redirected to the wp-admin login displaying the error message.
Do you by chance have another plugin that configures user login redirect? This could cause errors if it were setup to redirect to a non existing page? It would override the widget login redirect.
Hope that helps, let me know.
