Skip to content

Fix failure to await render_template #37

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

Merged
merged 2 commits into from
Oct 26, 2021
Merged

Conversation

georgejhunt
Copy link
Contributor

@georgejhunt georgejhunt commented Aug 29, 2021

Coroutine needs to finish before page can be output.

Update by Erik - 2021-10-26

Closes #36, similar to jupyterhub/nativeauthenticator#129.

@kathoef
Copy link

kathoef commented Oct 22, 2021

Thanks a lot for fixing this! Any chance this PR will be merged soon? (I am currently trying to decide about which authenticator to deploy and enabling users to change their passwords would be a mandatory feature.)

@consideRatio consideRatio changed the title proposed fix to issue 36 Fix failure to await render_template Oct 25, 2021
Copy link
Member

@consideRatio consideRatio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we will require jupyterhub>=1.3 with this change based on whats said in jupyterhub/nativeauthenticator#129.

Can you update setup.py with that new requirement @georgejhunt?

@consideRatio consideRatio requested a review from minrk October 25, 2021 23:09
@georgejhunt
Copy link
Contributor Author

My apologies for including the fix for username capitalization. I'll back it out of this PR if you insist. Sometimes git does not behave as I expect.

coroutine needs to finish before page can be finished when filling out template
@minrk minrk dismissed consideRatio’s stale review October 26, 2021 07:23

addressed in rebase

@minrk minrk merged commit ecf3636 into jupyterhub:master Oct 26, 2021
@minrk
Copy link
Member

minrk commented Oct 26, 2021

Rebased to resolve the conflict with #38. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

500 Error on path /hub/auth/change-password
4 participants