• Resolved merping.d

    (@merpingd)


    1st question:

    How do I set up the plugin so that I as the admin am required to confirm anyone who registers before they are able to log in?

    2nd question:

    Once they log in, how do I automatically direct the users to a page that contains the sheet music for their instrument (which they choose in a field I created when registering)? I want to avoid any copyright issues and that is why I want the notes to not be public.

    I’m not php-smart, so coding or shortcode examples do help!

    And here is my site: http://www.unisonorchestra.org

Viewing 1 replies (of 1 total)
  • Plugin Author Rustaurius

    (@rustaurius)

    Hi merping,

    You can’t currently require confirmation of users before they can log in. We’re planning on releasing a big update at the beginning of June, and we’ll be sure to include that feature.

    You can redirect users after login like so:

    [login redirect_page=’http://example.com’%5D

    you can’t redirect based on a field right now, unfortunately, but again, that’s a cool idea that we’ll look into adding. To restrict content to users who are logged in, add the following shortcode:

    [restricted]

    Thanks for your feedback.

Viewing 1 replies (of 1 total)
  • The topic ‘Admin Confirmation of Registrants and Redirecting’ is closed to new replies.