User logins
-
How do I create a login form for existing users?
-
Hi @ptpublic
If you login to wp-admin and go to Membership > Options > Membership Pages > Registration page, what do you see?
There should be a page listed in the drop down box, and a form type chosen.
If there is no page, click ‘create page’. If users then browse to this page, they should be able to subscribe.
Mike, I am trying to create an interface for users who are already subscribed, but who are currently logged out.
I ended up installing a separate plugin to handle logins and I added a line that says “Already a member? Login here.” to the Registration page that the Membership plugin created.
I feel like I should have been able to do this without adding a separate login plugin but I could not get Membership to handle this elegantly.
For example, on my teaser pages, I want users to be taken back to the page they were on that enticed them to create an account in the first place instead of a welcome page. Some of the login plugins I found have this sort of functionality. Maybe the Membership developers should consider adding some of these features. Or maybe I am overlooking something? I hate to have to rely on multiple plugins like this that may or may not work well together in the future.
Hi @ptpublic
Can you not just add a link to “/wp-login.php”?
Mike, the reason I did not want to go that route is that I did not want subscribers being taken to the wp dashboard – ever – but especially when they were in the middle of reading an article. Membership offers the ability to protect content behind the more tag, which is great. To continue reading, please subscribe. Perfect. Only once they are subscribed I would like to actually allow them to “continue reading. The dashboard should not be involved at all.
I’m afraid that by default when creating an account with WordPress users are automatically taken to their profile page.
Have you tried using a redirect plugin? There are plenty that allow you to redirect users to a certain page upon registration, maybe you can find one that will redirect to the last page a member was on or something similar.
Yes, I tried a couple of them. I am using theme-my-login right now. I strongly feel that redirection is something that would benefit the membership plugin. I appreciate your help.
Alright well I’m glad that you have a temporary solution.
I agree about the redirect hopefully this will be added in the near future 🙂
The topic ‘User logins’ is closed to new replies.