Support » Plugin: WP Approve User » Allow Log In before Approved

  • Resolved catalystmarketingco

    (@catalystmarketingco)


    Using Restrict Content Pro, users can register on our site and are logged in after registration. If they log out, WP Approve User stops them from logging in again.

    Is there a hook or function to allow non-approved users to log in? We’d like to control what non-approved users can see and do after log in using:
    if( get_user_meta( $user_id, 'wp-approve-user', true ) == true )

Viewing 1 replies (of 1 total)
  • Plugin Author Konstantin Obenland

    (@obenland)

    WP Approve User doesn’t sound like a good fit for your use-case. You might be looking more for a membership plugin that lets you assign different roles to new users?

Viewing 1 replies (of 1 total)
  • The topic ‘Allow Log In before Approved’ is closed to new replies.