Skip to content
New issue

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

Fix a warning that occurs for proctor authentication. #2347

Merged
merged 1 commit into from
Mar 2, 2024

Conversation

drgrice1
Copy link
Member

@drgrice1 drgrice1 commented Mar 2, 2024

This is a stopgap measure since this is already fixed in #2334, but this was missed in #2333. #2334 completely rewrites this module.

The WeBWorK::Authen::create_session method no longer accepts a prior database key object for its second argument, so the optional third argument (which is now the optional second argument) is in the wrong place for the WeBWorK::Authen::Proctor modules override of this method.

This is a stopgap measure since this is already fixed in openwebwork#2334, but this
was missed in openwebwork#2333.  openwebwork#2334 completely rewrites this module.
@Alex-Jordan
Copy link
Contributor

I'll merge this so it won't somehow get in the way of someone testing before and after with #2334.

@Alex-Jordan Alex-Jordan merged commit 59b1f9f into openwebwork:develop Mar 2, 2024
2 checks passed
@drgrice1 drgrice1 deleted the bugfix/proctor-sign-in branch March 2, 2024 00:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants