-
Notifications
You must be signed in to change notification settings - Fork 310
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
Make passwd and passwd_check compatible with jupyter notebook #448
Comments
Hi @CaselIT, we discussed this today at the server team meeting. The history is that the |
from the outside I though it was actually all integrated, since I can use lab/notebook on the same server etc. Thanks for the reply. Since it's already tracked in the other issue, we could close this if you prefer |
We can leave this open to track "allow jupyter notebook passwords to work with the jupyter server" |
Thanks! |
Hi,
I'm trying to configure jupyterlab to use a password. I initially created the password with
jupyter notebook password
but it does not work with jupyterlab.After some digging I think the problem is that while jupyter notebook updated the passwd and passwd_check to use a more secure algorithm in jupyter/notebook#3793, jupyter_server (and also ipython) did not.
Any reason not to update it here also?
Also a bit ot, how come there are 3 implementation of the same things that look identical?
The text was updated successfully, but these errors were encountered: