We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As an instructor, masquerading as a learner who has passed the course – I am unable to request a certificate on behalf of that leaner.
The generate_user_cert function uses request.user for the student object.
generate_user_cert
There is a note in the _progress function:
_progress
# NOTE: To make sure impersonation by instructor works, use # student instead of request.user in the rest of the function.
I believe this is how the generate_user_cert function should also work when an instructor is using the masquerade feature.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As an instructor, masquerading as a learner who has passed the course – I am unable to request a certificate on behalf of that leaner.
The
generate_user_cert
function uses request.user for the student object.There is a note in the
_progress
function:I believe this is how the
generate_user_cert
function should also work when an instructor is using the masquerade feature.The text was updated successfully, but these errors were encountered: