View Source Permissions
When you're setting up Zoonk for the first time, you'll guide you into creating an account that will have manager
permissions. There are three kind of roles users can have:
- Manager: Can manage everything in their school: school information, users, courses, etc.
- Teacher: Can manage courses and students.
- Student: Can only view courses.
default-users
Default users
When you run mix setup
, we set up some seed data for you. This is helpful for testing different functionality such as user roles. The users below are created for you:
- Manager:
manager
(username) /Demo1234
(password) - Teacher:
teacher
(username) /Demo1234
(password) - Student:
student
(username) /Demo1234
(password)
approved-vs-non-approved-users
Approved vs non-approved users
Users can request to join private schools. When they do so, they'll be added to the school as a non-approved user. Non-approved users can't access the school's content.
Managers can see pending users on the "managers", "teachers", and "students" pages. They can approve or reject users from there. When a user is approved, they'll be able to access the school's content. Otherwise, they'll be removed from the school.
private-vs-public-schools
Private vs public schools
Schools can be private or public. Public schools are open to anyone. Private schools are only accessible to users who are approved by the school's managers.