• Resolved blackdranzer

    (@blackdranzer)


    Hi,

    Thank you for the amazing plugin. It solves a major issue related to user management of wp multi-site.

    Is it possible to not show registration error message when user1 who is already logged in subsite1 is trying to register on subsite2? Clicking on login grants him the necessary access to subsite2. Problem is that I have some sites unrelated to each other on the network. Now if a user is who already registered+logged in any of the subsite and try to register on subsite x will get an error message of already logged in. It will be pretty confusing for them to understand that they need to login instead or this is a network wp install.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Justin Fletcher

    (@justinticktock)

    Hi, so the second registration takes you to the the …site2/local-signup/ page and this is a version of the standard wp-signup.php page so this is why you get the “You are logged in already. No need to register again!”.

    there are a few places where end users may get confused if its not clear that a second site will be using the same log in and password details.

    in the case that you point to there is a hook to change the behaviour..
    do_action(?‘preprocess_signup_form’?);

    you can add your custom response via that hook if you wish.

    Thread Starter blackdranzer

    (@blackdranzer)

    @justinticktock I hope you are enjoying the holidays. Thanks for the prompt response.

    I realize lot more customization will be required if I want to properly isolate the users for each site. I have switched back to a single site installation with multi-tenancy instead (same core files for all wp sites) just like wordpress.com does. https://wordpress.com/support/symlinked-files-and-folders/

    It’s not convenient like multi-site but there is just one core to update and files are owned by a different user for better security.

    Plugin Author Justin Fletcher

    (@justinticktock)

    multisite doesn’t fit all use cases but its my default starting point. Thanks for the comments.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Not show already logged in error’ is closed to new replies.