From 8758c32a9e8162636e46b8fc4ff8accc3e330de2 Mon Sep 17 00:00:00 2001 From: stvn Date: Mon, 22 Jun 2020 13:57:34 -0700 Subject: [PATCH] Enable backend config for specific-student masquerading --- lms/djangoapps/courseware/masquerade.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lms/djangoapps/courseware/masquerade.py b/lms/djangoapps/courseware/masquerade.py index 0639650d63..66a216eef9 100644 --- a/lms/djangoapps/courseware/masquerade.py +++ b/lms/djangoapps/courseware/masquerade.py @@ -132,6 +132,11 @@ class MasqueradeView(View): 'name': 'Learner', 'role': 'student', }, + { + 'name': 'Specific Student...', + 'role': 'student', + 'user_name': course.user_name or '', + }, ], } for partition in partitions: