Skip to main content
Participant
July 2, 2016
Question

Restrict Access: Unique Pin Numbers

  • July 2, 2016
  • 1 reply
  • 317 views

How do I generate unique pin numbers so that access to a session is limited to the persons who have registered?

Is there a link to a page that explains this?

Cheers

R

    This topic has been closed for replies.

    1 reply

    aveggiani47deck
    Participating Frequently
    July 4, 2016

    Hi,

    you cannot generate such pin numbers like you want.

    You have essentially two choices in order to create live session allowing access only to registered people:

    1) Using event module and build the event around the live session, in this way you can both let users register themselves

    using the Event registration page or import them using a CSV file.

    2) Adding the users (with login and password) directly into the platform and then assign them the permission for the live session.

    You can add the user manually or import all of them with a CSV file.

    Bye

    Andrea

    Participant
    July 6, 2016

    wow...thanks Andrea. I will look into these options. Cheers Rosemary