Viewing 15 replies - 1 through 15 (of 18 total)
  • I’d like to do this too. I want people to be able to sign up with free checkout, but not be able to log in until they verify their email. Is there a way to restore this functionality after installing PMPro? I’m not a programmer, so a plugin would be great!

    Thread Starter protsahn

    (@protsahn)

    Waiting for support. How can make sure to verify email id before final registration.

    Plugin Author Jason Coleman

    (@strangerstudios)

    Hi, guys. We just had someone sign up for a “do it for me” plan on our site who we are building something like this for. Once that is done, I’ll post it to our blog. So stay tuned there (https://www.paidmembershipspro.com/blog/). It may or may not be members only.

    Plugin Author Jason Coleman

    (@strangerstudios)

    Here’s the plugin, will be blogging about it when I get a chance:
    https://github.com/strangerstudios/pmpro-email-confirmation

    Great! Does it use WordPress’ existing email confirmation method?

    Hi Ann,

    We’re using our own custom confirmation functionality. AFAIK, there is no existing WordPress email confirmation method.

    Thanks

    I have this added to my site, https://freeworshiploops.com

    It does indeed kick off the confirmation email and it expresses the need to verify but for some reason it is not restricting access after registration. All content that should be available to free users is immediately and fully accessible despite not having confirmed yet.

    I’m afraid I’ve missed something in the code? I set the array to 3, which is the level id for my free membership. I couldn’t figure out if there was anything else I’m supposed to change/edit though.

    Any hints ahead of the blog post?

    Hey there adragt,

    Unfortunately, I can’t replicate your issue. Are you sure you edited the code correctly?

    If you need further help or customization, you may want to consider becoming a member at https://www.paidmembershipspro.com/pricing/ for our Member support.

    Thank you,
    Jess

    No, I’m not sure since there’s no documentation yet. I was hoping for a hint on what exactly the author intends on being edited for each install (all I could find was the array for which membership levels to require verification).

    I implemented PMP as an experiment, but I’m fast approaching the threshold where I agree it will make very good sense to pay for support.

    Plugin Author Jason Coleman

    (@strangerstudios)

    How are you protecting content on your site?

    The email confirmation addon overrides the pmpro_has_membership_access_filter() function via a filter, which should hide content protect by default (you checked “requires membership” level on a post or page).

    If you are using the pmpro_hasMembershipLevel() function to protect things manually, it may act funny with the email confirmation plugin because the user still technically has the level but isn’t verified.

    You could add some additional code to check if a user isn’t verified and always redirect them to a certain page, which would further protect your site from unverified members.

    Wimans

    (@wimans)

    I’m experiencing the same issue as Adragt. I’m using the PMPro shortcode to protect parts of pages. Jason, from your reply I understand that the email confirmation plugin does not work in this case?

    Jessica Oros

    (@jessica-o)

    That depends. How are you restricting your content? As Jason mentioned, depending on your method, it might act funny with the Email Confirmation plugin.

    Wimans

    (@wimans)

    Hi Jessica, thanks for you quick reply. I’m using the [membership level=”…”] shortcode, as described on https://www.paidmembershipspro.com/documentation/content-controls/with-shortcodes/ .

    The membership level shortcode actually does use the pmpro_hasMembershipLevel() function, so complications could arise. Like Jason said, you can add some additional code to fix this.

    If you need further help, please consider becoming a member at https://www.paidmembershipspro.com/pricing/ for our member forums.

    Any chance of a blog post or update on this?

    We’re trying to set up a free membership for a training site, using LearnDash and the LD PMPro plugin, but course access is still given immediately without verification.

    We unfortunately just discovered this loophole and it makes using these plugins for a membership learning area not possible.

    EDIT: I see there is a blog post but it requires paid membership. Before I pay can you let me know if the code works with LearnDash or the LD-PMPro plugin. I tried the version on Github and it didn’t. Any info on that? Thanks.

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘How to make members confirm their email address before final registration’ is closed to new replies.