• Resolved khoehne

    (@khoehne)


    What is the best option to allow registration only to a certain group of people? Protect the form with a password or is there an option to use a code, make it available to the group of people and this code is matched at login like a kind of voucher? Or a completely different option?
    Thank you!

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

    (@liedekef)

    Several options:

    – protect the page with a WP password
    – protect the RSVP part with an EME password
    – require users to be logged in for RSVP
    – show the booking form only for a specific condition:

    #_ADDBOOKINGFORM_IF_USER_IN_GROUP{xxx} shows the RSVP form only if the logged in WP user is part of the EME group called ‘xxx’. Multiple groups can be used if separated by a comma.
    #_ADDBOOKINGFORM_IF_USER_IS_MEMBER_OF{xxx} shows the RSVP form only if the logged in WP user is a member of the EME membership called ‘xxx’. Multiple memberships can be used if separated by a comma.
    #_ADDBOOKINGFORM_IF_USER_HAS_ROLE{xxx} shows the RSVP form only if the logged in WP user has the WP role called ‘xxx’. Multiple roles can be used if separated by a comma.
    #_ADDBOOKINGFORM_IF_USER_HAS_CAP{xxx} shows the RSVP form only if the logged in WP user has the WP capability called ‘xxx’. Multiple capabilities can be used if separated by a comma.

Viewing 1 replies (of 1 total)
  • The topic ‘Registration only for certain persons’ is closed to new replies.