• Resolved Luis Martins

    (@lmartins)


    Hi,

    Im am trying to use Members plugin to build a site where some pages are restricted to specific user roles. Those user roles are not supposed to see the dashboard, so the goal is to completely hide that part. Is there any way to have the login widget redirect to the original page?

    Ideally, the “no permissions” page would should the login widget, after login the user would be taken to the exact same page but with the content already visible.

    Many thanks.

    https://wordpress.org/plugins/members/

Viewing 6 replies - 1 through 6 (of 6 total)
  • The “Members: Login Form” widget will redirect the user to whatever page they’re on when they log into the site.

    Actually, technically, the widget doesn’t do this. The widget just calls wp_login_form(), which is a WordPress function for handling the login form. It handles the redirect and everything else.

    Thread Starter Luis Martins

    (@lmartins)

    Not really sure I follow your comment. Can we use the widget to pass the current page so that the login redirects to the current page after the user logs in?

    What I’m saying is that the behavior you want is how it works out of the box.

    The widget is just a wrapper for WP’s login function. That function redirects to the current page after it logs the user in.

    If you really want to keep specific users out of the admin though, you might want to look into a plugin like this: https://wordpress.org/plugins/remove-dashboard-access-for-non-admins/

    Thread Starter Luis Martins

    (@lmartins)

    Hum ok, something must be breaking on my sites then. It always redirects to the dashboard. Will have to look it up then.

    Thanks for clarifying Justin.

    When I click the register button or the forgot password button it just refreshes back to login page…it doesn’t take me to those pages?

    When I click the register button or the forgot password button it just refreshes back to login page…it doesn’t take me to those pages?

    That’s outside the scope of this plugin. You might want to post over on this forum: https://wordpress.org/support/forum/how-to-and-troubleshooting

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Redirect to original page’ is closed to new replies.