Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pingpong/canvas.py
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ async def _roster_access_check(self, course_id: str) -> bool:
)
raise CanvasException(
code=403,
detail="You do not have permission to access SIS information for at least one user in this class. Please ask another privileged user to set up Canvas Sync. If you're still facing issues, contact your Canvas administrator.",
detail="You do not have permission to access SSO information for at least one user in this class. Please ask another privileged user to set up Canvas Sync. If you're still facing issues, contact your Canvas administrator.",
Comment thread
ekassos marked this conversation as resolved.
)
if not user.get("email"):
if self.sync_with_incomplete_profiles:
Expand Down