server_access_level.html 1.1 KB

123456789101112131415161718
  1. <h4>Server Access level</h4>
  2. <p>
  3. When an object in Second Life talks to Moodle, it sends the details of the avatar using it.
  4. Moodle then finds out which Moodle user the avatar belongs to, and can be instructed only to
  5. allow access to particular users:
  6. </p>
  7. <ul>
  8. <li><strong>Public</strong>: any user is allowed</li>
  9. <li><strong>Course</strong>: only users who are already enrolled in the course are allowed (prevents guest access to the course and auto-enrolment)</li>
  10. <li><strong>Site</strong>: only users who are already registered on the site are allowed (prevents guest access and auto-registration)</li>
  11. <li><strong>Staff</strong>: only users who are teacher status or higher are allowed</li>
  12. </ul>
  13. <p>
  14. For example, if you are setting up a WebIntercom, you can prevent guests participating in it by setting the Server Access Level to "Course". Alternatively, you could restrict to teachers only by setting it to "Staff". (Note: this won't prevent users clicking on the WebIntercom... it will simply stop their chat messages reaching the Moodle chatroom.)
  15. </p>