What plugin should I use for a basic user signup/login system

I need to present a user signup/login system on the front end of my site.

My requirements are pretty straight forward:

Read More
  • I don’t want the user to ever wind up in the WP admin panel.
  • A signed up user will have access to one additional page
  • I want to keep track of email addresses from these users
  • I would like to provide a forgot my password link.
  • The users only need to provide an email and password to sign up

Any ideas? plugin or otherwise?

Related posts

Leave a Reply

3 comments

  1. Take a look at the membership plugin. I’m using that on wpLifeGuard and it’s a fantastic plugin.

    http://premium.wpmudev.org/project/membership

    And you can use the Login Redirect plugin to keep users from seeing the WP backend.

    http://premium.wpmudev.org/project/login-redirect

    You could probably use the free login redirect plugin and standard WordPress users with private pages to accomplish what you’re wanting – unless they’re paid accounts. If they’re paid accounts then you’ll likely have to use the Membership plugin or something similar.

  2. Another good plugin for member management is Members.

    You can assign Content Permissions to only allow a certain role to access the post/page. There is the benefit of it being free but it will not automatically handle paid subscriptions if that is what you are looking for.

    WordPress already natively handles some of the functions that you are looking for.

    • Lost Password
    • Registration
    • You can view e-mail addresses in your Admin Panel

    And like brianpurkiss said you can use a login redirect plugin to prevent users from seeing their admin panel. I would suggest Peter’s Login Redirect.