• alexlii

    (@alexlii)


    Hello,

    Great work, thanks.

    I am using “Secure invites” (https://www.ads-software.com/plugins/wordpress-mu-secure-invites/) to limit user registration by email invitation or invitation code, and the registration page will only be visible after user click invitation link or input invitation code. and the only problem is that it alway redirect user to main site registration page.

    So I am using “Join My Multisite” for per site registration, it work fine, but the registration page will alway be visible to users even without invitation, anyway to make the registration page invisible for users without invitation? or any other recommend?

    Any comment or suggestion would be great appreciated, thanks in advance.

    Alex

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    You’d have to extend the filters in Secure Invites to allow for specific pages to be protected. Basically you have to tell Secure Invites “Also protect this page.” and doing that may not be possible without editing their plugin.

    Thread Starter alexlii

    (@alexlii)

    Thanks for reply.

    Actually, there are options for backend setting pages in Secure invites.

    I add Join My Multisite.php into the Signup page option as: joinmymultisite.php,wp-signup.php,wp-login.php?action=register,/register,wp-register.php, and also I put in https://mysite.com/join-my-multisite&email= at signup setting page.

    but the registration page is still visible to anyone.

    Any suggestion? thanks so much.

    Anything wrong? thanks so much.

    Alex

    Plugin Author Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Okay so since I don’t use this plugin at all, you’ll have to bear with me unless I magically get more free time to install it on a test site and experiment.

    I don’t know if the value for the page address is an array or not, so I’d assume it’s NOT.

    Try JUST the slug for the page. If you’re using domain.com/register/ then put in ONLY register and see if that works. yes, I know it won’t work for other pages, but this is to narrow down the possibilities.

    Thread Starter alexlii

    (@alexlii)

    Thanks for your suggestion!
    Yes, it works, and very glad to let you know what I did:

    1.# I used these plugins in a sub site:theme my login, ulitimate member, since ultimate member occupy “register”, I hide the register form behind the invitation code of “secure invite” .

    2.#in main site, I used “safe redirect manager” make a 301 redirection from “https://mainsite.com/register” to “https://subsite.com/register”

    But, if possible, I do want per site registration with “join my site”, in this way,only “Theme my login” needed, no redirection need in mainsite, and the most important is Per site registration!

    I do show my understanding, it would be great if you can get them work in your spare time!

    Thanks, have a nice day!

    Alex

    Plugin Author Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    I understand what you want.

    I’m trying to walk you through how YOU debug a variety of plugins that aren’t playing nice together. I don’t have all the free time in the world to support everything, so you have to be a partner in this.

    I’ve asked you to test Secure Invites with JMM. JUST those two. Can you do that? Can you test by telling Secure Invites to ONLY protect the JMM page?

    Thread Starter alexlii

    (@alexlii)

    Hello Mika,

    @ipstenu

    here is what I test process:

    If not assign the url of https://mysite.com/register to “Join my multisite” page, it will show “Create your account on Mysite” registration page.

    but If assign that “register” url to “join my multisite” page, it will show a button:register for an account, there will no any response after push that button.

    Secure invites plugin is deactivated and have not activated yet during above test process.

    any further suggestion, let me know, thanks.

    Alex

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘how to make it work with Secure invites’ is closed to new replies.