• Resolved suitedconnector

    (@suitedconnector)


    HI, I’m using the free version of PMPro and enjoy the features. Is it possible that the system can securely generate a password for the new member when they register their account? I have used other platforms (non WP) that do this but wonder how difficult that would be.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Andrew Lima

    (@andrewza)

    Hi @suitedconnector

    Thank you for using Paid Memberships Pro.

    You should be able to use the Signup Shortcode Add On – https://www.paidmembershipspro.com/add-ons/pmpro-signup-shortcode/

    Alternatively, here is a code snippet that may help you achieve this – https://gist.github.com/andrewlimaza/2b91885f7de458946c07dfa667712337

    I hope this helps get you started.

    Thread Starter suitedconnector

    (@suitedconnector)

    I don’t have the Plus version. Will the code snippet enable me to implement this or do I have to do anything else? I used the code snippet but I don’t see anything changed on the Membership Checkout page.

    I would like to either add the member signup directly to the post or have the post restriction redirect the user to the Membership Checkout page (Skipping the Membership Levels page).

    Thread Starter suitedconnector

    (@suitedconnector)

    Is there some way to replace levels_page_url with the string for the checkout page for level 1 so I can skip the levels page?

    This is what I am using in the restricted area:

    <div class=”restricted”><span style=”color:red”>This content is restricted.</span> To gain secure access to this page please register for a free account.<br />
    Register Now</div>

    Thread Starter suitedconnector

    (@suitedconnector)

    I skipped the levels page url by entering the url of the checkout page for the specific membership level. I see that redirection can be added with

    <a href="!!login_page_url!!?redirect_to=!!referrer!!">Log In</a>

    but since this is not login but registration how can i add the referrer to the checkout page url so i can redirect the member back to the content page? This is what I’m using from the restricted content page:

    <a href="/membership-account/account-registration/?level=1?">Register Now</a></div>

    Plugin Author Andrew Lima

    (@andrewza)

    To add referrer to a registration page would require custom development and redirect the user once they reach the confirmation page or shortly after loading the confirmation page.

    You may reach out to a local WordPress developer for assistance regarding this query.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Create password for Member’ is closed to new replies.